6 lines
97 B
Kotlin
6 lines
97 B
Kotlin
plugins {
|
|
kotlin("jvm")
|
|
}
|
|
|
|
publishJarsForIde(listOf(":plugins:android-extensions-compiler"))
|