Skip to content

Commit f3686ef

Browse files
author
Johannes Ballmann
committed
Update kotlin and gradle
1 parent a8024b8 commit f3686ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "2.2.0"
2+
kotlin("jvm") version "2.2.10"
33
idea
44
}
55

@@ -19,7 +19,7 @@ kotlin {
1919

2020
tasks {
2121
wrapper {
22-
gradleVersion = "8.14.3"
22+
gradleVersion = "9.0"
2323
distributionType = Wrapper.DistributionType.ALL
2424
}
2525

0 commit comments

Comments
 (0)