blob: e8b09136841e38f2b21185f46cbeb726dc02e818 [file] [log] [blame]
import org.robolectric.gradle.DeployedRoboJavaModulePlugin
import org.robolectric.gradle.RoboJavaModulePlugin
apply plugin: RoboJavaModulePlugin
apply plugin: DeployedRoboJavaModulePlugin
dependencies {
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
api project(":annotations")
testImplementation "junit:junit:4.13.1"
testImplementation "com.google.truth:truth:${truthVersion}"
testImplementation "org.mockito:mockito-core:2.5.4"
}