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 cb7a438 commit 033a338Copy full SHA for 033a338
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
id("io.freefair.maven-central.validate-poms") version "8.13.1"
11
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
12
alias(libs.plugins.kotlinJvm) apply false
13
- id("com.google.devtools.ksp") version "2.1.21-2.0.1" apply false
+ id("com.google.devtools.ksp") version "2.1.21-2.0.2" apply false
14
id("org.openapi.generator") version "7.11.0" apply false
15
id("org.jlleitschuh.gradle.ktlint") version "12.3.0" apply false
16
}
0 commit comments