blob: 8bc1ef26908416eb9560e233a964eff5907f5a7d [file]
plugins {
kotlin("jvm")
}
publishJarsForIde(
listOf(
":kotlin-scripting-compiler"
)
)