Common module tests depend on core

PiperOrigin-RevId: 322325657
This commit is contained in:
christosts 2020-07-21 11:13:16 +01:00 committed by Oliver Woodman
parent 132c9d15e3
commit 34a887e2d3

View File

@ -22,6 +22,7 @@ dependencies {
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
compileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkCompatVersion
compileOnly 'org.jetbrains.kotlin:kotlin-annotations-jvm:' + kotlinAnnotationsVersion
testImplementation project(modulePrefix + 'library-core')
testImplementation project(modulePrefix + 'testutils')
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
}