When i try to run my flutter project i am getting this error. Even if build.gradle has version greater than 1.5 => buildscript { ext.kotlin_version = '1.8.0'

* 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 ':location' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20

* 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.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 21s
Exception: Gradle task assembleDebug failed with exit code 1

Can you show your full build scripts, and / or a build --scan?

hi , i have the same issue ,my version is higher but it still telling me that it is not equivalant .thanks

Same question again then.