Skip to content

Commit 064a9c1

Browse files
authored
Update kotlin version
1 parent dcf58b6 commit 064a9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = gradleProperties("courseVersion").get()
77

88
plugins {
99
java
10-
val kotlinVersion = "1.9.0"
10+
val kotlinVersion = "2.1.0"
1111
id("org.jetbrains.kotlin.jvm") version kotlinVersion apply false
1212
id("io.gitlab.arturbosch.detekt") version "1.23.1"
1313
}

0 commit comments

Comments
 (0)