Flutter – Error: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1
I am encountering an error to my flutter project. I wanted to add firebase service to my flutter project. However when I am following the steps from Firebase by adding the google-json file to my android/app directory and also adding…