skip to Main Content

Flutter – Kotlin Version Mismatch: Dependencies Compiled with Kotlin 1.8.0, Expected 1.6.0 in Android Project

After creating a screen to display the user's location on the map, I get the following errors: e: /path/to/project/.gradle/caches/transforms-3/XXXXXX/transformed/fragment-1.7.1-api.jar!/META-INF/fragment_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.…

VIEW QUESTION

React native – Firebase phone auth not working in real Android device debugging

I'm trying to use Firebase phone authentication for my Android application developed using react-native. I have followed the below docs and completed the setup. https://rnfirebase.io/auth/phone-auth https://firebase.google.com/docs/auth/android/phone-auth#enable-phone-number-sign-in-for-your-firebase-project Sign in works for me with the test number and code specified below. But…

VIEW QUESTION
Back To Top
Search