Kotlin plugin crashes Android Studio

Viewed 542

I've update the Kotlin plugin to version 1.1.61 but Android studio don't start up with the new plugin.

The error:

Plugin 'org.jetbrains.kotlin' failed to initialize and will be disabled.  Please restart Android Studio.

com.intellij.openapi.extensions.impl.PicoPluginExtensionInitializationException: Duplicate registration for EP: org.jetbrains.uast.uastLanguagePlugin: original plugin com.intellij, new plugin org.jetbrains.kotlin
1 Answers
  ext.kotlin_version = '1.2.41'

please use this and after sync please re-start your android studio.

Related