Skip to content

Commit 1709641

Browse files
committed
update Kotlin version
1 parent 2447ee7 commit 1709641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
plugins {
22
id "idea"
3-
id "org.jetbrains.kotlin.jvm" version "1.7.10"
3+
id "org.jetbrains.kotlin.jvm" version "1.9.25"
44
id "org.jlleitschuh.gradle.ktlint" version "12.1.0"
55
id "com.adarshr.test-logger" version "3.2.0"
66
}
77

88
[compileKotlin, compileTestKotlin]*.kotlinOptions*.jvmTarget = "17"
99

1010
ext {
11-
kotlinVersion = "1.7.10"
11+
kotlinVersion = "1.9.25"
1212
junitVersion = "5.7.0"
1313
assertjVersion = "3.19.0"
1414
}

0 commit comments

Comments
 (0)