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 092824e commit 7815986Copy full SHA for 7815986
build.gradle.kts
@@ -17,7 +17,7 @@ plugins {
17
// Gradle Qodana Plugin
18
id("org.jetbrains.qodana") version "0.1.13"
19
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
20
- id("io.gitlab.arturbosch.detekt") version "1.20.0"
+ id("io.gitlab.arturbosch.detekt") version "1.23.4"
21
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
22
id("org.jlleitschuh.gradle.ktlint") version "10.3.0"
23
0 commit comments