Many changes

This commit is contained in:
2023-09-10 20:53:10 +02:00
parent a1daa4c4b3
commit 0d3dfb5a37
12 changed files with 307 additions and 75 deletions

View File

@@ -1,6 +1,7 @@
plugins {
kotlin("jvm") version "1.9.0"
application
kotlin("kapt") version "1.9.10"
}
group = "com.thequux"
@@ -12,6 +13,10 @@ repositories {
dependencies {
testImplementation(kotlin("test"))
// For the utilities classes
kapt("info.picocli:picocli-codegen:4.7.5")
implementation("info.picocli:picocli:4.7.5")
}
tasks.test {