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 loopephemient
05/15/2023, 11:10 PMephemient
05/15/2023, 11:10 PMRaphael TEYSSANDIER
05/15/2023, 11:11 PMcompose-multiplatform
Raphael TEYSSANDIER
05/15/2023, 11:13 PMRaphael TEYSSANDIER
05/15/2023, 11:15 PMephemient
05/15/2023, 11:17 PMMain
for in a Compose app?ephemient
05/15/2023, 11:19 PMRaphael 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