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 56bcee7 commit 7cd2953Copy full SHA for 7cd2953
settings.gradle.kts
@@ -8,8 +8,8 @@ pluginManagement {
8
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
9
id("net.researchgate.release") version "3.0.2"
10
id("org.domaframework.doma.compile") version "2.0.0"
11
- kotlin("jvm") version "1.9.24"
12
- kotlin("kapt") version "1.9.24"
+ kotlin("jvm") version "2.0.0"
+ kotlin("kapt") version "2.0.0"
13
}
14
15
0 commit comments