blob: 579822b6d4996395023fc7632061b32f4fb01ceb [file] [log] [blame]
apply plugin: org.robolectric.gradle.RoboJavaModulePlugin
apply plugin: org.robolectric.gradle.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:1.0.1"
testImplementation "org.mockito:mockito-core:2.5.4"
}