┌─ Flutter Fix ────────────────────────────────────────────────────────────────────────────────┐ │ [!] Your project requires a newer version of the Kotlin Gradle plugin. │ │ Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then │ │ update the │ │ version number of the plugin with id "org.jetbrains.kotlin.android" in the plugins block of │ │ D:\Android application\news_app\android\settings.gradle. │ │ │ │ Alternatively (if your project was created before Flutter 3.19), update │ │ D:\Android application\news_app\android\build.gradle │ │ ext.kotlin_version = '' │ └────────────────────────────────────────────── if i run the project to show me this type of error . my flutter version is 3.27.1 after changing the kotlin = 1.9.10 , still the error .