compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

Missing sources in IDE

Open koperagen opened this issue 3 years ago • 0 comments

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. image image

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

koperagen avatar Jul 09 '22 12:07 koperagen