6 lines
95 B
Kotlin
6 lines
95 B
Kotlin
plugins {
|
|
kotlin("jvm")
|
|
}
|
|
|
|
publishJarsForIde(listOf(":kotlin-allopen-compiler-plugin.k1"))
|