blob: 29d490bd81e9ff21eab61ff60e9d26427a94cf9d [file] [log] [blame]
apply plugin: org.robolectric.gradle.RoboJavaModulePlugin
apply plugin: org.robolectric.gradle.DeployedRoboJavaModulePlugin
dependencies {
api project(":annotations")
api project(":pluginapi")
api project(":utils:reflector")
api "javax.inject:javax.inject:1"
api "javax.annotation:javax.annotation-api:1.3.2"
// For @VisibleForTesting
implementation "com.google.guava:guava:27.0.1-jre"
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
testCompileOnly "com.google.auto.service:auto-service-annotations:1.0-rc6"
testAnnotationProcessor "com.google.auto.service:auto-service:1.0-rc6"
testAnnotationProcessor "com.google.errorprone:error_prone_core:2.3.4"
testImplementation "junit:junit:4.12"
testImplementation "com.google.truth:truth:1.0.1"
testImplementation "org.mockito:mockito-core:2.5.4"
}