blob: 52e367826ad24c1d09a28c4a57a0b78e01c2f17c [file]
plugins {
kotlin("jvm")
}
publishJarsForIde(listOf(
":compiler:cli",
":compiler:cli-js"
))