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 c204838 commit a94651eCopy full SHA for a94651e
build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
alias(libs.plugins.kotlinJvm) apply false
13
id("com.google.devtools.ksp") version "2.2.20-2.0.3" apply false
14
id("org.openapi.generator") version "7.16.0" apply false
15
- id("org.jlleitschuh.gradle.ktlint") version "12.3.0" apply false
+ id("org.jlleitschuh.gradle.ktlint") version "13.1.0" apply false
16
}
17
18
val dependencyVersions = listOf(
0 commit comments