Reputation: 103
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
Reputation: 103
I have solved it. Just changed Kotlin version to 1.2.51 in Gradle and it worked perfectly.
Upvotes: 2