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 add87be commit b3f86d3Copy full SHA for b3f86d3
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.22"
16
- kotlin("kapt") version "1.9.22"
+ kotlin("jvm") version "1.9.23"
+ kotlin("kapt") version "1.9.23"
17
}
18
19
application {
0 commit comments