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 5e3f45c commit a5c1fd8Copy full SHA for a5c1fd8
build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
alias(libs.plugins.kotlinJvm) apply false
13
id("com.google.devtools.ksp") version "2.1.21-2.0.1" apply false
14
id("org.openapi.generator") version "7.11.0" apply false
15
- id("org.jlleitschuh.gradle.ktlint") version "12.2.0" apply false
+ id("org.jlleitschuh.gradle.ktlint") version "12.3.0" apply false
16
}
17
18
val dependencyVersions = listOf(
0 commit comments