File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -310,13 +310,11 @@ tasks {
310310 /* "-Xuse-k2"*/
311311 )
312312 languageVersion = " 1.9"
313+ apiVersion = " 1.9"
313314 }
314315 kotlinDaemonJvmArguments.set(
315316 listOf (
316317 " -Xmx2G" ,
317- " -Dkotlin.enableCacheBuilding=true" ,
318- " -Dkotlin.useParallelTasks=true" ,
319- " -Dkotlin.enableFastIncremental=true" ,
320318 // "-Xbackend-threads=0"
321319 )
322320 )
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ buildscript {
2929 dependencySubstitution {
3030 substitute(module(" com.github.replaymod:preprocessor" )).using(module(" com.github.skytils:preprocessor:0a04a5668b0db4fbb4efefaaf0e3fd73f695ee28" ))
3131 substitute(module(" com.github.Fallen-Breath:remap" )).using(module(" com.github.Skytils:remap:2480d8a1b9" ))
32+ substitute(module(" org.jetbrains.kotlin:kotlin=metadata-jvm:1.9.23" )).using(module(" org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.9.0" ))
3233 }
3334 }
3435 }
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ pluginManagement {
3434 }
3535
3636 plugins {
37- val kotlinVersion = " 2.0.21 "
37+ val kotlinVersion = " 1.9.22 "
3838 kotlin(" jvm" ) version kotlinVersion apply false
3939 kotlin(" plugin.serialization" ) version kotlinVersion apply false
4040 id(" gg.essential.multi-version.root" ) version " 0.6.7"
You can’t perform that action at this time.
0 commit comments