We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa056e commit c719f85Copy full SHA for c719f85
firebase-common/firebase-common.gradle.kts
@@ -63,6 +63,7 @@ dependencies {
63
// needed for Kotlin detection to compile, but not necessarily present at runtime.
64
compileOnly(libs.kotlin.stdlib)
65
66
+ testImplementation("com.google.guava:guava-testlib:12.0-rc2")
67
testImplementation(libs.androidx.test.junit)
68
69
testImplementation(libs.androidx.test.runner)
0 commit comments