File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11plugins {
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+ }
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
3- VERSION_NAME =1.8.20 -1.1.0
3+ VERSION_NAME =1.9.10 -1.1.0
44
55GROUP =com.bennyhuo.kotlin
66
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121}
2222
2323val 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" )
2525compileKotlin.kotlinOptions.jvmTarget = " 1.8"
2626
2727buildConfig {
You can’t perform that action at this time.
0 commit comments