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 583b4c3 commit 04517a1Copy full SHA for 04517a1
build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
id("org.jetbrains.kotlin.jvm") version "1.9.10" apply false
13
id("com.google.devtools.ksp") version "1.9.10-1.0.13" apply false
14
id("org.openapi.generator") version "6.6.0" apply false
15
- id("org.jlleitschuh.gradle.ktlint") version "11.5.1" apply false
+ id("org.jlleitschuh.gradle.ktlint") version "11.6.0" apply false
16
}
17
18
val dependencyVersions = listOf(
0 commit comments