Skip to content

Commit

Permalink
Bump ktlint to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed Feb 29, 2024
1 parent 7458263 commit ad6b12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/spotless.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.diffplug.spotless'
spotless {
kotlin {
target 'src/**/*.kt'
ktlint("1.0.1")
ktlint("1.2.0")
trimTrailingWhitespace()
indentWithSpaces()
endWithNewline()
Expand Down

0 comments on commit ad6b12d

Please sign in to comment.