mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Common module tests depend on core
PiperOrigin-RevId: 322325657
This commit is contained in:
parent
132c9d15e3
commit
34a887e2d3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue