Upgrade ktfmt

This commit is contained in:
2025-12-07 16:02:20 +03:00
parent 8337df89e6
commit 23dcd998bc

View File

@@ -51,6 +51,6 @@ tasks.withType<Test> {
spotless { spotless {
kotlin { kotlin {
ktfmt("0.54").kotlinlangStyle() ktfmt("0.59").kotlinlangStyle()
} }
} }