<@U5SP8TVFA> You need to start UI-bound coroutine ...
# coroutines
e
@dekans You need to start UI-bound coroutine with
launch(UI) { .. }
, and do suspend calls inside of it. You can read more here: https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/coroutines-guide-ui.md