Skip to content

Commit

Permalink
Specify ktlint version explicitly (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmans0n authored Dec 30, 2023
1 parent 3775c52 commit 73bbc24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ allprojects {
spotless {
kotlin {
target "**/*.kt"
ktlint(libs.versions.ktlint.get())
ktlint("1.0.0")
// NOTE: When ktlint supports 1.1.0, use this instead:
// ktlint(libs.versions.ktlint.get())

licenseHeaderFile rootProject.file('spotless/copyright.txt')
}
Expand Down

0 comments on commit 73bbc24

Please sign in to comment.