What does this error mean? From what I can tell th...
# intellij
y
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
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.
y
Reinitializing the idea project like that did not help. But I think the issue may be caused by this approach to multi-platform: https://github.com/yawkat/javap/blob/f0fd1880330d385573f0283ef3afa3f8a0e46a6b/shared/pom.xml
I am now experimenting with using two separate modules with the same source dir