Skip to content

Commit abb98de

Browse files
committed
Use spotless with ktlint 0.49.1
1 parent a7ef701 commit abb98de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ subprojects {
2626
spotless {
2727
kotlin {
2828
target "**/*.kt"
29-
// TODO update when 0.49.x is supported by spotless ktlint(libs.versions.ktlint.get())
30-
ktlint("0.48.2")
29+
ktlint(libs.versions.ktlint.get())
3130
licenseHeaderFile rootProject.file('spotless/copyright.txt')
3231
}
3332
groovyGradle {

0 commit comments

Comments
 (0)