mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-02-06 03:42:45 -08:00
- 01 kotlin/aceyducey.kt - 85 kotlin/Synonym.kt Move repository declaration and plugins in into main build.gradle.kts. All subproject build.gradle files are now much smaller, and identical.
11 lines
138 B
Groovy
11 lines
138 B
Groovy
sourceSets {
|
|
main {
|
|
java {
|
|
srcDirs "../../$gameSource"
|
|
}
|
|
}
|
|
}
|
|
|
|
application {
|
|
mainClass = gameMain
|
|
} |