Skip to content

Commit 038045b

Browse files
committed
chore: add kts target on ktlint
1 parent 0245256 commit 038045b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spotless {
2525
googleJavaFormat("1.19.2")
2626
}
2727
kotlin {
28-
target("**/*.kt")
28+
target("**/*.kt", "**/*.kts")
2929
ktlint("1.2.1")
3030
trimTrailingWhitespace()
3131
indentWithSpaces()

0 commit comments

Comments
 (0)