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