We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2447ee7 commit 1709641Copy full SHA for 1709641
build.gradle
@@ -1,14 +1,14 @@
1
plugins {
2
id "idea"
3
- id "org.jetbrains.kotlin.jvm" version "1.7.10"
+ id "org.jetbrains.kotlin.jvm" version "1.9.25"
4
id "org.jlleitschuh.gradle.ktlint" version "12.1.0"
5
id "com.adarshr.test-logger" version "3.2.0"
6
}
7
8
[compileKotlin, compileTestKotlin]*.kotlinOptions*.jvmTarget = "17"
9
10
ext {
11
- kotlinVersion = "1.7.10"
+ kotlinVersion = "1.9.25"
12
junitVersion = "5.7.0"
13
assertjVersion = "3.19.0"
14
0 commit comments