Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove usage of ktx dependencies #676

Open
shubhamsinghshubham777 opened this issue Nov 24, 2024 · 1 comment
Open

Remove usage of ktx dependencies #676

shubhamsinghshubham777 opened this issue Nov 24, 2024 · 1 comment

Comments

@shubhamsinghshubham777
Copy link

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

@Breens-Mbaka
Copy link

Breens-Mbaka commented Dec 18, 2024

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

I encountered the same issue when adding Gitlive Firebase auth latest version:

I had to add this to Firebase depencies to the androidMain dependencies to fix it mirzemehdi/KMPAuth#58:

implementation("com.google.firebase:firebase-common-ktx:21.0.0")
implementation("com.google.firebase:firebase-auth-ktx:21.0.0")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants