8

I have this issue: The current Gradle version 6.7 is not compatible with the Kotlin Gradle plugin. Please use Gradle 6.7.1 or newer, or the previous version of the Kotlin plugin. enter image description here

Sem Tavares
  • 81
  • 1
  • 2
  • Search your error before ask a question: possibly duplicated: https://stackoverflow.com/questions/43077386/gradle-error-minimum-supported-gradle-version-is-3-3-current-version-is-3-2 – Halil İbrahim Oymacı Aug 01 '22 at 09:24

2 Answers2

16

The Solution is to Upgrade Gradle version

Try editing the distributionUrl in ..\android\gradle\wrapper\gradle-wrapper.properties to

distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip

Other gradle versions for future reference

Jakub S.
  • 5,580
  • 2
  • 42
  • 37
Sahil Hariyani
  • 1,078
  • 3
  • 11
3

You can be configure via Android Studio

File -> Project Structure -> Project.

Change the Grandle version to 6.8.3 > Apply > OK

Supun Ayeshmantha
  • 499
  • 1
  • 5
  • 9