Editing a Kotlin/JS project, suddenly ran out of m...
# javascript
j
Editing a Kotlin/JS project, suddenly ran out of memory. Killed IDEA. Now when I try to re-load the project I get “Preparing workspace...” and the whole thing hangs. (Someone else reported the same issue before I did.) https://youtrack.jetbrains.com/issue/IDEA-269204 It looks like JetBrains recommends falling back to a 1.4 Kotlin in the IDE. Not sure how to do that since I can’t open the project .. but I will look around. Any advice? Thanks!
I tried falling back to the older version of IDEA .. that did not work. I don’t see any option for installing an older version of the Kotlin plugin .. or is there some surgery I need to do to the project files?
t
You can download old plugin from marketplace
j
Thanks!
t
Usually I uninstall Kotlin from
Settings
->
Plugins
before 😉
👍 1
j
I was able to get running again…