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 e328e27 commit 6f4503aCopy full SHA for 6f4503a
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.23"
16
- kotlin("kapt") version "1.9.23"
+ kotlin("jvm") version "1.9.24"
+ kotlin("kapt") version "1.9.24"
17
}
18
19
application {
0 commit comments