We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1ba61 commit 40b8fb5Copy full SHA for 40b8fb5
build.gradle.kts
@@ -24,7 +24,7 @@ plugins {
24
spotless {
25
kotlin {
26
target("**/*.kt", "**/*.kts")
27
- ktlint("1.3.1")
+ ktlint("1.5.0")
28
trimTrailingWhitespace()
29
indentWithSpaces()
30
endWithNewline()
0 commit comments