4 lines
59 B
Kotlin
4 lines
59 B
Kotlin
|
|
plugins {
|
||
|
|
kotlin("jvm") version "2.0.20" apply false
|
||
|
|
}
|