mirror of
https://github.com/irmen/prog8.git
synced 2024-11-24 13:32:28 +00:00
10 lines
132 B
Plaintext
10 lines
132 B
Plaintext
plugins {
|
|
kotlin("jvm") version "2.0.21"
|
|
}
|
|
|
|
allprojects {
|
|
repositories {
|
|
mavenLocal()
|
|
mavenCentral()
|
|
}
|
|
} |