blob: 6764100edb9ab4576405814c15a0712fb4baf825 [file] [log] [blame]
apply plugin: org.robolectric.gradle.RoboJavaModulePlugin
apply plugin: org.robolectric.gradle.DeployedRoboJavaModulePlugin
dependencies {
api project(":annotations")
api project(":pluginapi")
api "javax.inject:javax.inject:1"
api "javax.annotation:javax.annotation-api:1.3.2"
// For @VisibleForTesting and ByteStreams
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"
}