blob: 51471aaf3feb5a19fee97316194b9139cfdba40d [file] [log] [blame]
apply plugin: org.robolectric.gradle.RoboJavaModulePlugin
apply plugin: org.robolectric.gradle.DeployedRoboJavaModulePlugin
dependencies {
api project(":pluginapi")
api project(":utils")
api "com.google.guava:guava:27.0.1-jre"
testImplementation "junit:junit:4.12"
testImplementation "org.mockito:mockito-core:2.5.4"
testImplementation "com.google.truth:truth:1.0.1"
}