blob: 26c88d9e556f6cc739e1d3ce805dca7ce58da196 [file] [log] [blame]
import org.robolectric.gradle.DeployedRoboJavaModulePlugin
import org.robolectric.gradle.RoboJavaModulePlugin
apply plugin: RoboJavaModulePlugin
apply plugin: DeployedRoboJavaModulePlugin
dependencies {
annotationProcessor "com.google.auto.service:auto-service:1.0-rc6"
annotationProcessor "com.google.errorprone:error_prone_core:$errorproneVersion"
api project(":annotations")
api project(":utils")
api project(":shadowapi")
api project(":utils:reflector")
compileOnly "com.google.auto.service:auto-service-annotations:1.0-rc6"
api "javax.annotation:javax.annotation-api:1.3.2"
api "javax.inject:javax.inject:1"
api "org.ow2.asm:asm:9.0"
api "org.ow2.asm:asm-commons:9.0"
api "com.google.guava:guava:27.0.1-jre"
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
testImplementation "junit:junit:4.13.1"
testImplementation "com.google.truth:truth:${truthVersion}"
testImplementation "org.mockito:mockito-core:2.5.4"
testImplementation project(":junit")
}