firebase-kotlin-sdk icon indicating copy to clipboard operation
firebase-kotlin-sdk copied to clipboard

Remove usage of `ktx` dependencies

Open shubhamsinghshubham777 opened this issue 11 months ago • 2 comments
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

shubhamsinghshubham777 avatar Nov 24 '24 05:11 shubhamsinghshubham777