mirror of
https://github.com/irmen/prog8.git
synced 2024-12-19 13:30:55 +00:00
11 lines
132 B
Plaintext
11 lines
132 B
Plaintext
plugins {
|
|
kotlin("jvm") version "2.1.0"
|
|
}
|
|
|
|
allprojects {
|
|
repositories {
|
|
mavenLocal()
|
|
mavenCentral()
|
|
}
|
|
}
|