You should use something like `launch(Android) { ....
# coroutines
e
You should use something like
launch(Android) { ... }
, where
Android
is a class that extends
CoroutineDispatcher
and confines coroutine execution the main thread in Android.