Failed Step: Build AAB with Flutter

Troubleshooting

I encountered an error while trying to deploy my app to the Google Play Store. The main error message is:

Unable to create an edit for package "com.mycompany.mazoong"Package not found: com.mycompany.mazoong.

Additionally, I received the following error during the build process:

FAILURE: Build failed with an exception.

* What went wrong:

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.

The following dependencies do not satisfy the required version:

project ':audioplayers' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32

* Try:

> Run with --stacktrace option to get the stack trace.

> Run with --info or --debug option to get more log output.

> Run with --scan to get full insights.

I have already checked the Kotlin Gradle plugin version, and it is higher than 1.5.20. However, I am still facing this issue and am unsure how to resolve it. Could you please provide guidance on how to fix these errors?

What have you tried so far?

....

Did you check FlutterFlow's Documentation for this topic?
No
1
1 reply