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 5ec6ad1 commit 093a209Copy full SHA for 093a209
build.gradle.kts
@@ -49,7 +49,7 @@ allprojects {
49
config.from(files("$rootDir/tools/detekt/detekt.yml"))
50
}
51
dependencies {
52
- detektPlugins("io.nlopez.compose.rules:detekt:0.4.19")
+ detektPlugins("io.nlopez.compose.rules:detekt:0.4.22")
53
54
55
tasks.withType<io.gitlab.arturbosch.detekt.Detekt>().configureEach {
0 commit comments