https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

Adam Brown

02/27/2022, 8:09 PM
I've got an annoying problem, so with the latest IntelliJ Ultimate, I create a brand new multiplatform project, compile and run, all works. Then I add a new library to the
commonMain
source set, and IntelliJ doesn't seem to know about them. Auto-complete won't recommend them. I Can add the import manually and it's fine, but the IDE doesn't seem to know about it. I have tried invalidate and restart, deleting the
.idea/
directory and re-importing the project, doesn't matter. I've also tried on separate computers & OSs (OSX & Windows) and its the same. Is this something anyone else has run into?
o

okarm

02/28/2022, 10:45 PM
Yes, there seems to be a regression in MPP project indexing that leads to missing autocompletion, missing search results etc. The best thing to do is to diligently report all issues to Kotlin or IDEA YouTrack.
a

Adam Brown

03/01/2022, 12:10 AM
3 Views