We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6007a5f commit 6d4f1e3Copy full SHA for 6d4f1e3
gradle.properties
@@ -1,4 +1,4 @@
1
-socha.gameName=penguins
+socha.gameName=mississippi
2
socha.version.year=24
3
socha.version.minor=00
4
socha.version.patch=03
gradle/build.gradle.kts
@@ -253,10 +253,11 @@ subprojects {
253
jvmTarget = javaTargetVersion.toString()
254
freeCompilerArgs = listOf("-Xjvm-default=all")
255
}
256
- }
257
-
258
- compileTestKotlin.get().kotlinOptions {
259
- freeCompilerArgs = freeCompilerArgs.plus("-Xopt-in=kotlin.RequiresOptIn")
+ if(name.contains("test", true)) {
+ kotlinOptions {
+ freeCompilerArgs = freeCompilerArgs.plus("-Xopt-in=kotlin.RequiresOptIn")
+ }
260
261
262
263
0 commit comments