Hi everyone. My problem is Dispatchers.IO is missing in compose multiplatform project. I have coroutine core dependency in common.main. Have anyone encountered this? Appreciate any help.
Depends on your targets, whether you have Dispatchers.IO or not.
But IIRC, Dispatchers.Default is available in KMP.
b
Berkay
06/17/2024, 10:18 PM
Didn't know it depends on targets, because i am pretty sure i used it previous project which targets only android and iOS. And yes Dispatchers.Default is available, thanks.