Missed two kotlin classes

- 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.
This commit is contained in:
Paul Holt
2022-01-24 00:28:45 +11:00
parent 3629c8e969
commit ff2095b7ca
93 changed files with 161 additions and 785 deletions

View File

@@ -1,7 +1,3 @@
plugins {
id 'application'
}
sourceSets {
main {
java {
@@ -10,10 +6,6 @@ sourceSets {
}
}
repositories {
mavenCentral()
}
application {
mainClass = gameMain
}
}