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

15 lines
323 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
testImplementation Deps.assertJ
testRuntimeOnly Deps.junitEngine
}