File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
12import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
23
34plugins {
@@ -8,8 +9,8 @@ plugins {
89 kotlin(" jvm" )
910}
1011
11- val javaTargetVersion = JavaVersion .VERSION_17 .toString()
12- val kotlinTargetVersion = " 1.9 "
12+ val javaTargetVersion: String = JavaVersion .VERSION_17 .toString()
13+ val kotlinTargetVersion: String = KotlinVersion . KOTLIN_1_9 .version
1314
1415kotlin {
1516 jvmToolchain {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ equalsverifier = "3.14"
77jetbrains-annotations = " 24.0.1"
88junit = " 5.9.2" # Duplicated in unit-test-suite.gradle.kts.
99koin = " 3.3.3"
10- kotlin = " 1.8.10 " # See also `kotlinTargetVersion` in kotlin-project.gradle.kts.
10+ kotlin = " 1.8.20 " # See also `kotlinTargetVersion` in kotlin-project.gradle.kts.
1111kotlintest = " 3.4.2"
1212kotlinx-coroutines = " 1.6.4"
1313kotlinx-dl = " 0.5.1"
You can’t perform that action at this time.
0 commit comments