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 8a814e7 commit 0f5d313Copy full SHA for 0f5d313
firebase-config/test-app/test-app.gradle.kts
@@ -54,9 +54,7 @@ dependencies {
54
implementation(project(":firebase-crashlytics")) {
55
exclude(group = "com.google.firebase", module = "firebase-config-interop")
56
}
57
- implementation(project(":firebase-config")) {
58
- exclude(group = "com.google.firebase", module = "firebase-config-interop")
59
- }
+ implementation(project(":firebase-config"))
60
61
// This is required since a `project` dependency on frc does not expose the APIs of its
62
// "implementation" dependencies. The alternative would be to make common an "api" dep of
0 commit comments