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 7483310 commit d72f2cfCopy full SHA for d72f2cf
2 files changed
rules/detekt/build.gradle
@@ -11,8 +11,8 @@ test {
11
12
dependencies {
13
api project(':rules:common')
14
+ api libs.detekt.core
15
- implementation libs.detekt.core
16
implementation project(':core-common')
17
implementation project(':core-detekt')
18
rules/ktlint/build.gradle
+ api libs.ktlint.core
- implementation libs.ktlint.core
implementation project(':core-ktlint')
0 commit comments