Having issues upgrading Kotlin plugin to 1.3.71 in...
# android
j
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?
Copy code
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
you may have to download wrong plugin
j
It's done through the notification that pops up in Android Studio.
a
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
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