-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. #152
Comments
The same problem, What Android Studio version do you have? |
Same problem ./gradlew clean build --warning-mode all --stacktrace
flutter doctor -v
|
Same problem for Flutter 3.10.2 |
This seems to be resolved in #183, which upgrades gradle to 1.6.10 and is part of the tagged version 0.10.0. It is not yet on pub.dev though so you'll probably need to use the latest main branch for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FAILURE: Build failed with an exception.
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 ':background_location' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50
The text was updated successfully, but these errors were encountered: