2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-02 03:40:16 +00:00
iceraven-browser/mozilla-detekt-rules/build.gradle
Michael Comella aba1c4cb5a [fenix] No issue: remove assertJ.
It was only used for 3 checks so it's not worth having a dependency on
it.
2020-04-02 07:57:19 -07:00

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
}