ok i got it working now, it appears that if you ne...
# coroutines
p
ok i got it working now, it appears that if you need access to the main dispatcher you have to have this line in your Gradle file
🧵 3
m
Yes
this is the dependency for the main dispatchers 🙂
p
yeah completely missed it, been trying all sorts of shit to get this working
i just had the core dependency
i guess cause Kotlin is multiplatform not every platform is going to need access to the main thread, so makes sense its in a different repo
m
yeah, also there are multiple main dispatchers for different UI frameworks
Android being one of them
p
good to know, thanks