We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e593f65 commit 4479047Copy full SHA for 4479047
build.gradle.kts
@@ -19,7 +19,7 @@ ktlint {
19
20
dependencies {
21
val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
22
- val ktlintPlugin = "org.jlleitschuh.gradle:ktlint-gradle:11.6.1"
+ val ktlintPlugin = "org.jlleitschuh.gradle:ktlint-gradle:12.1.0"
23
val detectPlugin = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.4"
24
25
implementation(gradleApi())
0 commit comments