After updating, Flutter Projects require a new version of Kotlin Gradle Plugin

Today I update my flutter and face this error in Android Studio: ┌─ Flutter Fix ────────────────────────────────────────────────────────────────────────────────┐ │ [!] Your project requires a newer version of the Kotlin Gradle plugin. │ │ Find the latest version on https://kotlinlang.org/docs/gradle.html#plugin-and-versions, then │ │ update C:\Users\YU\Desktop\todo_list\android\build.gradle: │ │ ext.kotlin_version = '<latest-version>' │ └──────────────────────────────────────────────────────────────────────────────────────────────┘ To Fix it, go projectName/android/build.gradle buildscript …