1
0
Fork 0
fenix/mozilla-detekt-rules/build.gradle

14 lines
289 B
Groovy

apply plugin: 'kotlin'
dependencies {
compileOnly Deps.detektApi
testImplementation Deps.detektApi
testImplementation Deps.detektTest
implementation Deps.kotlin_stdlib
testImplementation Deps.junitApi
testImplementation Deps.junitParams
testRuntimeOnly Deps.junitEngine
}