5 lines
No EOL
183 B
Kotlin
5 lines
No EOL
183 B
Kotlin
rootProject.name = "compiler" // in case you want to change the name: it is used by run.sh too
|
|
|
|
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
|
|
} |