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
Error
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 ':pip_flutter' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10
And my kotlin version is in build.gradle
ext.kotlin_version = '1.7.10'
I even tried to change it to 1.5.20 but this plugin still won't work.
The text was updated successfully, but these errors were encountered:
Error
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 ':pip_flutter' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10
And my kotlin version is in build.gradle
ext.kotlin_version = '1.7.10'
I even tried to change it to 1.5.20 but this plugin still won't work.
The text was updated successfully, but these errors were encountered: