8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
plugins {
|
|
id("kotlin")
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly(Dependencies.kotlin.stdlib)
|
|
}
|