skip to Main Content

Execution failed for task ':app:compileDebugKotlin'. Flutter 3.24

Running Gradle task 'assembleDebug'... e: C:/Users/PRINCE/.gradle/caches/transforms-3/20e1315bc8f4a1bdfeb295f8a2d8ce13/transformed/jetified-play-services-measurement-api-22.1.0-api.jar!/META-INF/java.com.google.android.gmscore.integ.client.measurement_api_measurement_api.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.9999, expected version is 1.7.1. e: C:/Users/PRINCE/.gradle/caches/transforms-3/539b20f16b7c8d7364edb4409aa18ddb/transformed/jetified-play-services-measurement-impl-22.1.0-api.jar!/META-INF/java.com.google.android.gms.libs.filecompliance.proto_file_access_api_type_kt_proto_lite.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary…

VIEW QUESTION

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
Back To Top
Search