Add nullness-compat-qual dependency for android tests

PiperOrigin-RevId: 526652129
This commit is contained in:
tofunmi 2023-04-24 16:34:28 +01:00 committed by Ian Baker
parent f3c0256bb4
commit f1d9a0a819
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ dependencies {
androidTestImplementation 'androidx.test:runner:' + androidxTestRunnerVersion
androidTestImplementation 'com.google.truth:truth:' + truthVersion
androidTestImplementation project(modulePrefix + 'test-utils')
androidTestCompileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkCompatVersion
}
ext {

View File

@ -54,6 +54,7 @@ dependencies {
androidTestImplementation 'androidx.test:runner:' + androidxTestRunnerVersion
androidTestImplementation 'com.google.truth:truth:' + truthVersion
androidTestImplementation project(modulePrefix + 'test-utils')
androidTestCompileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkCompatVersion
}
ext {