compiler-design-excercises/settings.gradle.kts
2025-05-05 00:22:11 +02:00

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"
}