Closed StefanOltmann closed 1 year ago
@dima-avdeev-jb It seems this issue is caused by setting the newer coroutines version only for iosMain (other targets transitively depend on coroutines 1.6.4 used in compose)
https://github.com/JetBrains/compose-multiplatform/commit/cbdb0eb69364ff71e28fb75b781d751d76219c2b
Adding the coroutines dependency in commonMain helps.
Thanks!
Fixed :)
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Running
./gradlew build
on the current master (commit cbdb0eb) fails due do an issue with the coroutine dependency.Building https://github.com/JetBrains/compose-multiplatform-template the same way works.