Commit 2fc42621 by andrewlewis Committed by Andrew Lewis

Fix running tests with gradle

The tests for the extractor module rely on some core classes.

PiperOrigin-RevId: 291688932
parent 694f9844
Showing with 1 additions and 0 deletions
......@@ -41,6 +41,7 @@ dependencies {
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
compileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkVersion
implementation project(modulePrefix + 'library-common')
testImplementation project(modulePrefix + 'library-core')
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