Closed N7ghtm4r3 closed 5 months ago
You need to add a dependency on kotlinx-coroutines-swing
: https://coil-kt.github.io/coil/upgrading_to_coil3/#compose
Thank you! I didn't read that part sorry
Sorry, but also including the 1.9.0-RC
and the 1.8.1
version the error still occurred
Hmm I'm not sure unfortunately, but I recently removed the dependency on the main dispatcher which should hopefully fix the issue in the next version (should be released this week).
Thank you again, I will rapidly implement the new version
Thanks for the alpha-07
, now the error not occur more
Describe the bug Hi, I'm using the Coil library on a Compose Multiplatform project for Desktop development, but as shown in the screenshot attached, the
AsyncImage
component has started to thrown an exception when invoked, the exception is the following:To Reproduce Implementing the
AsyncImage
as following:Logs/Screenshots
Version
Implemented in the
commonMain.dependencies
resources set:io.coil-kt.coil3:coil-compose:3.0.0-alpha06 io.coil-kt.coil3:coil-network-okhttp:3.0.0-alpha06