We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc39ad commit e66cd6fCopy full SHA for e66cd6f
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
id("com.android.application") version "8.0.2" apply false
11
id("com.android.library") version "8.0.2" apply false
12
kotlin("android") version Extra.kotlinVersion apply false
13
- id("com.diffplug.spotless") version "6.20.0"
+ id("com.diffplug.spotless") version "6.22.0"
14
id("com.mikepenz.aboutlibraries.plugin") version "10.6.1" apply false
15
}
16
@@ -23,7 +23,7 @@ spotless {
23
24
kotlin {
25
target("**/*.kt")
26
- ktlint("0.50.0")
+ ktlint("1.0.1")
27
trimTrailingWhitespace()
28
indentWithSpaces()
29
endWithNewline()
0 commit comments