We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf58b6 commit 064a9c1Copy full SHA for 064a9c1
build.gradle.kts
@@ -7,7 +7,7 @@ version = gradleProperties("courseVersion").get()
7
8
plugins {
9
java
10
- val kotlinVersion = "1.9.0"
+ val kotlinVersion = "2.1.0"
11
id("org.jetbrains.kotlin.jvm") version kotlinVersion apply false
12
id("io.gitlab.arturbosch.detekt") version "1.23.1"
13
}
0 commit comments