2021-05-27 16:04:37 +02:00

8 lines
91 B
Plaintext

plugins {
id("kotlin")
}
dependencies {
compileOnly(Dependencies.kotlin.stdlib)
}