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 164cce4 commit dd2d83bCopy full SHA for dd2d83b
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
id("io.freefair.maven-central.validate-poms") version "6.6.1"
11
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
12
id("org.jetbrains.kotlin.jvm") version "1.8.0" apply false
13
- id("com.google.devtools.ksp") version "1.7.22-1.0.8" apply false
+ id("com.google.devtools.ksp") version "1.8.0-1.0.8" apply false
14
id("org.openapi.generator") version "6.2.1" apply false
15
id("org.jlleitschuh.gradle.ktlint") version "10.3.0" apply false
16
}
0 commit comments