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:
I faced the same problem when i update my Android Studio. i solved
buildscript {
ext.kotlin_version = '1.3.10'
repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
If you used classpath 'io.fabric.tools:gradle:1.25.1'
than you need to change classpath 'io.fabric.tools:gradle:1.+'
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With