Is anyone having issues with the IDE after updatin...
# multiplatform
n
Is anyone having issues with the IDE after updating to 1.4.0? Symbols from dependencies are red, even
platform.*
imports are red, but code compiles just fine. And the error stays after a clean build / invalidating the cache
g
@natario1, maybe consider restarting the IDE.
n
I have tried, all that I could think of in the last few days
g
Please @natario1, can I have a screenshot of how it looks like, or your gradle files?
d
@natario1 Yes, I am currently examining an issue where the IntelliJ IDE is not aware of symbols from MPP libraries beneath my top level JVM (JavaFX) project - but if I change the top-level application to be a multiplatform project as well, it resolves OK.
Again, Gradle compiles fine in both cases.
r
@natario1 There’s a lot of reasons that can happen, so it would help if you can post a demo project or at least your gradle files. Also make sure that the Kotlin IDEA plugin is updated and matches the Kotlin version you use in Gradle. @darkmoon_uk I think what you’re seeing is https://youtrack.jetbrains.com/issue/KT-29082 which existed in 1.3.x as well.