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
Adam Brown
02/20/2024, 12:37 AM
I've tried invalidate and restart and repair IDE, but no go
p
Pablichjenkov
02/20/2024, 4:45 AM
Try removing
.idea
and
.gradle
folders and restart the the IDE. That is usually bad caches