tate_xy
tate_xy

Reputation: 103

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.2.51 and higher. Project 'MyApp' is using version 1.1.51. Affected Modules: app

I've just upgraded my Gradle Plugin and I'm now getting This error:

ERROR: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.2.51 and higher. Project 'MyProject' is using version 1.1.51. Affected Modules: app.

This prompt to upgrade came when I moved from an older version of android studio to a new one

Upvotes: 2

Views: 1036

Answers (1)

tate_xy
tate_xy

Reputation: 103

I have solved it. Just changed Kotlin version to 1.2.51 in Gradle and it worked perfectly.

configuration settings in android studio

Upvotes: 2

Related Questions