Flutter : Execution failed for task ‘:pusher_channels_flutter:verifyReleaseResources’
I’m working on a Flutter project with the following setup:
flutter build apk: 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
`When I run flutter build apk first time after cleaning project there are warnings in output. Second time there are no warnings
Kotlin version mismatch error when building Flutter app APK
I’m encountering a Kotlin version mismatch error while building a release APK for my Flutter app. The error message suggests that some modules were compiled with Kotlin 1.8.0, but the expected version is 1.6.0. Here is the full error message: