Skip to content

Commit

Permalink
Add kotlin compiler explicitly to detekt rules testImplementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkostyrev authored and mrmans0n committed Dec 19, 2024
1 parent e0b4755 commit 2e98f76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rules/detekt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tasks.shadowJar {
}

dependencies {
compileOnlyOrApi(libs.detekt.core)
api(libs.detekt.core)
compileOnlyOrApi(projects.rules.common)

testImplementation(libs.detekt.test)
Expand All @@ -34,4 +34,5 @@ dependencies {
testImplementation(libs.reflections)
testImplementation(libs.kaml)
testImplementation(libs.konsist)
testImplementation(libs.kotlin.compiler)
}

0 comments on commit 2e98f76

Please sign in to comment.