Flutter Build Failed: Execution failed for task ':app:mapDebugSourceSetPaths'
I recently upgrade my Flutter app from compileSdkVersion & targetSdkVersion 32 to 33 then to 34, along with upgrading AGP to 7.4, migrating the Flutter's Gradle plugins and updating all other dependencies in androidappbuild.gradle to latest version. I tried to…