Commit eb515cda by rohks Committed by Tianyi Feng

Fix dependencies for UI module

PiperOrigin-RevId: 548063325
(cherry picked from commit e1d5c68e71f3901101c0ba3fdf950192ed9d550b)
parent 3f14b9c0
Showing with 2 additions and 0 deletions
......@@ -28,6 +28,8 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:' + androidxRecyclerViewVersion
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
compileOnly 'org.jetbrains.kotlin:kotlin-annotations-jvm:' + kotlinAnnotationsVersion
testImplementation project(modulePrefix + 'library-core')
testImplementation project(modulePrefix + 'robolectricutils')
testImplementation project(modulePrefix + 'testutils')
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment