https://kotlinlang.org logo
Title
j

jaran

03/25/2020, 8:17 AM
Having issues upgrading Kotlin plugin to 1.3.71 in Android Studio 3.6.1. Says to check logs, but the log says very little. This is the only thing showing up in the log during the installation. Is the last warning a pointer that makes sense to anyone?
2020-03-25 09:16:27,867 [566297214]   WARN - ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting 
2020-03-25 09:16:27,870 [566297217]   WARN - ConfigurableExtensionPointUtil - use other group instead of unexpected one: project.propCompiler 
2020-03-25 09:16:28,095 [566297442]   INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 25/03/2020, 09:10) 
2020-03-25 09:16:28,306 [566297653]   WARN - llij.ide.plugins.PluginManager - 4.0 not loaded: since build 193.5233.102 > AI-192.7142.36.36.6241897
i

itnoles

03/26/2020, 4:55 AM
you may have to download wrong plugin
j

jaran

03/26/2020, 8:18 AM
It's done through the notification that pops up in Android Studio.
a

Alexey Belkov [JB]

03/26/2020, 1:58 PM
Try to uninstall the current plugin version in "Plugins" dialog, so it will go back to bundled version. Then after IDE restart install the newest version through the same dialog.
j

jaran

03/27/2020, 7:36 AM
Now it suddenly says is installed correctly 🤔 Did an upgrade of my Macbook and following restart overnight - might have solved something. Anyways, thanks for the tip 👏
👍 1