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 28e5313 commit 5da5842Copy full SHA for 5da5842
build.gradle.kts
@@ -2,8 +2,8 @@ plugins {
2
id("com.diffplug.eclipse.apt") version "3.44.0" apply false
3
id("com.diffplug.spotless") version "6.25.0" apply false
4
id("org.domaframework.doma.compile") version "2.0.0" apply false
5
- kotlin("jvm") version "1.9.22" apply false
6
- kotlin("kapt") version "1.9.22" apply false
+ kotlin("jvm") version "1.9.23" apply false
+ kotlin("kapt") version "1.9.23" apply false
7
}
8
9
subprojects {
0 commit comments