firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
Remove usage of `ktx` dependencies
trafficstars
Since the Kotlin extensions (KTX) APIs have been added to their respective main modules, this library should also drop using ktx dependencies to avoid the end-users seeing warnings/issues like:
Failed to resolve: com.google.firebase:firebase-database-ktx
Ref: https://firebase.google.com/docs/android/kotlin-migration