We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e96cb commit ded5388Copy full SHA for ded5388
1 file changed
build.gradle.kts
@@ -24,7 +24,7 @@ plugins {
24
spotless {
25
kotlin {
26
target("**/*.kt", "**/*.kts")
27
- ktlint("1.2.1")
+ ktlint("1.3.1")
28
trimTrailingWhitespace()
29
indentWithSpaces()
30
endWithNewline()
0 commit comments