Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
2026-06-10 00:36:18 +02:00
parent a938abde3f
commit 5ce69e6b7a
14 changed files with 501 additions and 1 deletions
+7
View File
@@ -1,3 +1,5 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
/*
* This file is a part of the SteamWar software.
*
@@ -41,3 +43,8 @@ dependencies {
implementation(libs.mysql)
implementation("org.slf4j:slf4j-simple:2.0.17")
}
val compileKotlin: KotlinCompile by tasks
compileKotlin.compilerOptions {
freeCompilerArgs.set(listOf("-XXLanguage:+ContextParameters"))
}