You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/mozilla-detekt-rules/build.gradle

17 lines
417 B
Groovy

apply plugin: 'kotlin'
dependencies {
compileOnly FenixDependencies.detektApi
implementation FenixDependencies.androidx_annotation
testImplementation FenixDependencies.detektApi
testImplementation FenixDependencies.detektTest
testImplementation FenixDependencies.junitApi
testImplementation FenixDependencies.junitParams
testRuntimeOnly FenixDependencies.junitEngine
}
test {
useJUnitPlatform {}
}