blob: 9bc1390b54b61beb51df8f630fa976fdff63070d [file] [log] [blame]
import org.robolectric.gradle.DeployedRoboJavaModulePlugin
import org.robolectric.gradle.RoboJavaModulePlugin
apply plugin: RoboJavaModulePlugin
apply plugin: DeployedRoboJavaModulePlugin
dependencies {
api project(":utils")
api project(":annotations")
api project(":pluginapi")
api "com.google.guava:guava:$guavaJREVersion"
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
testImplementation "junit:junit:${junitVersion}"
testImplementation "com.google.truth:truth:${truthVersion}"
testImplementation "com.google.testing.compile:compile-testing:0.19"
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
}