Raphael TEYSSANDIER
05/15/2023, 11:05 PMModule with the Main dispatcher is missing. Add dependency providing the Main dispatcher, e.g. 'kotlinx-coroutines-android' and ensure it has the same version as 'kotlinx-coroutines-core'
on a jvm
targetephemient
05/15/2023, 11:09 PMDispatchers.Main
only works if there is an event loopRaphael TEYSSANDIER
05/15/2023, 11:11 PMcompose-multiplatform
ephemient
05/15/2023, 11:17 PMMain
for in a Compose app?Raphael TEYSSANDIER
05/15/2023, 11:26 PMiOS
since it wasn’t supporting background threading. But I should remove that now. Thank’s for pointing it out