IntelliJ doesn't seem to find the Kotlin STD. Thin...
# intellij
a
IntelliJ doesn't seem to find the Kotlin STD. Things like .map are showed to not be found, however it compiles and runs perfectly fine. We tried Repair IDE, checked the Java Version, etc but nothing found. It's only happening to me (and not my coworkers) in two Multiplatform Projects, the others (also multiplatform) work fine. Does anyone know other things I could try?
w
Long shot but you may try a workaround from this issue https://issuetracker.google.com/issues/213131387
a
Hey, it just randomly started working again yesterday (after like two weeks)... Will try that next time it breaks though, thanks :)