Skip to content

Commit e66cd6f

Browse files
committed
chore: upgrade ktlint to 1.0.1
1 parent 6dc39ad commit e66cd6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id("com.android.application") version "8.0.2" apply false
1111
id("com.android.library") version "8.0.2" apply false
1212
kotlin("android") version Extra.kotlinVersion apply false
13-
id("com.diffplug.spotless") version "6.20.0"
13+
id("com.diffplug.spotless") version "6.22.0"
1414
id("com.mikepenz.aboutlibraries.plugin") version "10.6.1" apply false
1515
}
1616

@@ -23,7 +23,7 @@ spotless {
2323
}
2424
kotlin {
2525
target("**/*.kt")
26-
ktlint("0.50.0")
26+
ktlint("1.0.1")
2727
trimTrailingWhitespace()
2828
indentWithSpaces()
2929
endWithNewline()

0 commit comments

Comments
 (0)