Bug 1820169 - Ensure shortcuts snackbars are shown
[gecko.git] / mobile / android / fenix / mozilla-detekt-rules / build.gradle
blobcb8ee4fe030a7d6451fb97b1c5feaad648e43c4e
1 apply plugin: 'kotlin'
3 dependencies {
4   compileOnly FenixDependencies.detektApi
5   implementation FenixDependencies.androidx_annotation
7   testImplementation FenixDependencies.detektApi
8   testImplementation FenixDependencies.detektTest
9   testImplementation FenixDependencies.junitApi
10   testImplementation FenixDependencies.junitParams
11   testRuntimeOnly FenixDependencies.junitEngine
14 test {
15   useJUnitPlatform {}