Skip to content

Commit 96bec96

Browse files
build: Downgrade Kotlin back to 1.9.22
1 parent 174dbc1 commit 96bec96

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

mod/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
)

root.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)