Error:
[!] 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\dharm\AndroidStudioProjects\mhn_app_doctor\android\build.gradle: ā
ā ext.kotlin_version = '<latest-version>'

Solution:
Step 1: Go to this https://kotlinlang.org/docs/gradle.html and find latesh version.

Step 2: Copy this latesh version and past build.gradle file

Step 3: Run project after that proble is solved








