Skip to content

Commit 7cd2953

Browse files
Update org.jetbrains.kotlin to v2 (#1109)
1 parent 56bcee7 commit 7cd2953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ pluginManagement {
88
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
99
id("net.researchgate.release") version "3.0.2"
1010
id("org.domaframework.doma.compile") version "2.0.0"
11-
kotlin("jvm") version "1.9.24"
12-
kotlin("kapt") version "1.9.24"
11+
kotlin("jvm") version "2.0.0"
12+
kotlin("kapt") version "2.0.0"
1313
}
1414
}
1515

0 commit comments

Comments
 (0)