I've got a KMP module that builds and runs just fi...
# multiplatform
a
I've got a KMP module that builds and runs just fine, but the in the IDE it's utterly broken, it doesn't even know about the Kotlin standard library. I have a number of other KMP projects that all work just fine, i can't for the life of me figure out what it's upset about: https://github.com/Wavesonics/SymSpellKt/blob/main/sampleCompose/build.gradle.kts
I've tried invalidate and restart and repair IDE, but no go
p
Try removing
.idea
and
.gradle
folders and restart the the IDE. That is usually bad caches
2