Android kotlin version

androidkotlin

Does anyone face below issue? Can somone help on this. Current gradle version 4.4 in dist

Could not find org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.50-eap-62.
Searched in the following locations:

Best Answer

I Faced the same problem on Android Studio version 3.2, and I changed this:

ext.kotlin_version = '1.2.50'

in build.gradle(Project:"Your Project Name") File,

to this:

ext.kotlin_version = '1.2.51'

and Sync now or restarted Android Studio.