What does this error mean? From what I can tell the Kotlin SDK is the one auto-configured by intellij. This is a kotlin-js project, and other tasks are also not working well, like multi-minute freezes during refactoring and lots of cpu load apparently for highlighting
The immense slowness seems to come from lots of exceptions, all being logged to disk
a
Alexey Belkov [JB]
04/05/2020, 2:10 PM
Judging by exception message this looks like a project misconfiguration. Try to delete .idea directory and reimport the project. It's also worth to report an issue at http://kotl.in/issue with a sample project to reproduce, if possible.