Skip to content

Commit 8e62e01

Browse files
committed
chore: upgrade spotless to 7.0.2
1 parent 89e9285 commit 8e62e01

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.gradle.kts

-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@ spotless {
2525
kotlin {
2626
target("**/*.kt", "**/*.kts")
2727
ktlint("1.5.0")
28-
trimTrailingWhitespace()
29-
indentWithSpaces()
30-
endWithNewline()
3128
}
3229
}

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi
5858
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
5959
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlibraries" }
6060
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
61-
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
61+
spotless = { id = "com.diffplug.spotless", version = "7.0.2" }

0 commit comments

Comments
 (0)