@Vsevolod Ganin It happens to me too, but I"ve noticed that IntelliJ does know what you're coding based on the module and it will "code complete" appropriately. For example, if I'm editing a Kotlin file in commonMain and I have java.util.*, IntelliJ tells me it cannot find it, but if I'm editing a Kotlin file in jvmMain that has the same line, then it "finds it". It could be a real feature, a fluke, or I'm imagining it all. 🙂