compose-multiplatform
compose-multiplatform copied to clipboard
Missing sources in IDE
Hi!
context:
i created a project in IntelliJ 2022.2 Beta with Compose multiplatform project wizard, compose version 1.1.0, single platform, JDK 11.
on desktop platform, IDE cannot resolve sources when i navigate to the implementation for many declarations
For example, i can see sources only for mutableStateOf and ::exitApplication from sample code.

but on web platform, it seems, Go To implementation works in 100% cases.