Closed arkivanov closed 2 months ago
try a workaround: set the Kotlin version to 1.9.22
Updating Kotlin to 1.9.22 fixes the issue. Thanks!
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Describe the bug IDEA shows stdlib imports unresolved with Compose
1.6.0-beta01
and only two targets enabled:jvm
andwasmJs
. If I add e.g.iosX64
target then imports are resolved again. Also works fine with Compose1.6.0-alpha01
.Affected platforms
Versions
To Reproduce
See the project: Reproducer.zip
Expected behavior
Stdlib imports are resolved.
Screenshots