6 lines
86 B
Kotlin
6 lines
86 B
Kotlin
plugins {
|
|
kotlin("jvm")
|
|
}
|
|
|
|
publishJarsForIde(listOf(":kotlin-gradle-statistics"))
|