You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
I am getting the following error message:
-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:
The text was updated successfully, but these errors were encountered: