Skip to content

Commit f425efc

Browse files
committed
Bump Kotlin version to 1.9.10.
1 parent f1b225f commit f425efc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "1.8.20" apply false
2+
kotlin("jvm") version "1.9.10" apply false
33
id("org.jetbrains.dokka") version "1.7.10" apply false
44
id("com.github.gmazzo.buildconfig") version "2.1.0" apply false
55
id("com.vanniktech.maven.publish") version "0.22.0" apply false
@@ -23,4 +23,4 @@ subprojects {
2323
pluginManager.withPlugin("java") {
2424
extensions.getByType<JavaPluginExtension>().sourceCompatibility = JavaVersion.VERSION_1_8
2525
}
26-
}
26+
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
kotlin.code.style=official
22

3-
VERSION_NAME=1.8.20-1.1.0
3+
VERSION_NAME=1.9.10-1.1.0
44

55
GROUP=com.bennyhuo.kotlin
66

trimindent-compiler/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
}
2222

2323
val compileKotlin: KotlinCompile by tasks
24-
compileKotlin.kotlinOptions.freeCompilerArgs += listOf("-Xjvm-default=enable", "-opt-in=kotlin.RequiresOptIn")
24+
compileKotlin.kotlinOptions.freeCompilerArgs += listOf("-opt-in=kotlin.RequiresOptIn")
2525
compileKotlin.kotlinOptions.jvmTarget = "1.8"
2626

2727
buildConfig {

0 commit comments

Comments
 (0)