How does this look it kotlin DSL:
dependencies {
// Import the BoM for the Firebase platform
implementation platform('com.google.firebase:firebase-bom:26.2.0')
}
The above is the current recommended at Firebase docs
dependencies {
implementation(platform("com.google.firebase:firebase-bom:26.2.0"))
}
Reference: https://docs.gradle.org/current/userguide/platforms.html#sub:bom_import
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With