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 8a318bd commit 3bdc361Copy full SHA for 3bdc361
build.gradle.kts
@@ -12,8 +12,8 @@ plugins {
12
id("com.diffplug.spotless") version "6.25.0"
13
id("org.domaframework.doma.codegen") version "2.0.0"
14
id("org.domaframework.doma.compile") version "2.0.0"
15
- kotlin("jvm") version "1.9.24"
16
- kotlin("kapt") version "1.9.24"
+ kotlin("jvm") version "2.0.0"
+ kotlin("kapt") version "2.0.0"
17
}
18
19
application {
0 commit comments