<@U0B84UUTV> Never used anko coroutines, but as th...
# anko
b
@antonioleiva Never used anko coroutines, but as they are based on kotlinx.coroutines, couldn't you just use a Job interface from
launch(UI)
and then cancel it on onDestroy?