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 ad61334 commit d58ef39Copy full SHA for d58ef39
buildSrc/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23")
12
implementation("org.jetbrains.kotlin:kotlin-serialization:1.9.23")
13
14
- implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.5")
+ implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6")
15
implementation("org.jmailen.gradle:kotlinter-gradle:4.3.0")
16
17
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.0"))
0 commit comments