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 efd47bd commit 50d67fbCopy full SHA for 50d67fb
1 file changed
build-plugins/src/main/kotlin/module.spotless.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
id("com.diffplug.spotless")
8
}
9
10
-val composeKtlintRules = "io.nlopez.compose.rules:ktlint:0.6.0"
+val composeKtlintRules = "io.nlopez.compose.rules:ktlint:0.6.1"
11
val copyrightFile = rootProject.file("spotless/copyright.txt")
12
val copyrightDelimiter = "^(?![ \\t]*(?:\\/\\/|\\/\\*)).*[\\w].*$"
13
0 commit comments