diff --git a/library/common/build.gradle b/library/common/build.gradle index 0e18a9c062..a4b878dc77 100644 --- a/library/common/build.gradle +++ b/library/common/build.gradle @@ -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 }