You should do `intentChannel.consume { ... }` or `...
# coroutines
e
You should do
intentChannel.consume { ... }
or
.consumeEach { ... }
, otherwise it will not get cancelled.