7 lines
153 B
Kotlin
7 lines
153 B
Kotlin
plugins {
|
|
/**
|
|
* See [common-kotlin-module-configs-script-plugin.gradle.kts] file
|
|
*/
|
|
id("common-kotlin-module-configs-script-plugin")
|
|
}
|