Skip to content
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. #25

Open
ssmxgo opened this issue May 23, 2023 · 4 comments

Comments

@ssmxgo
Copy link

ssmxgo commented May 23, 2023

I am getting the following error message:

  • 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:
    -root project 'android' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10

The environment is as follows:

  • Flutter 3.11.0-11.0.pre.20
  • buildscript { ext.kotlin_version = '1.7.10'
  • defaultConfig { minSdkVersion 23
@lberaldodev
Copy link

any updates here?

@ashishpatel1992
Copy link

Following +1

flutter --version
Flutter 3.10.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision f468f3366c (5 weeks ago) • 2023-07-12 15:19:05 -0700
Engine • revision cdbeda788a
Tools • Dart 3.0.6 • DevTools 2.23.1

@wesley-maney
Copy link

While this issue persists, you can fix it by opening the flutter plugin code and changing
ext.kotlin_version = '1.5.10'
to
ext.kotlin_version = '1.5.20'
in file build.gradle

@Rexios80
Copy link

I released the wear_plus plugin which contains the necessary fixes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants