So I saw that 1.3.60 was out and had IntelliJ upgr...
# intellij
p
So I saw that 1.3.60 was out and had IntelliJ upgrade the Kotlin plugin only to realize a bit later that that was not a wise choice. As near as I can tell, I need to completely reinstall IntelliJ to get back to 1.3.50. Is that the case?
j
I have the same issue. Upgraded too early and now I can’t develop because for native it needs exactly 1.3.60..
It can be fixed by uninstalling the Kotlin plugin. After reboot of Intellij it leaves you with Kotlin 1.3.41. Then running Kotlin plugin update now updates to 1.3.50 and not 1.3.60
p
Indeed. Thanks.