I'm having an issue with Anko coroutines, and I do...
# anko
a
I'm having an issue with Anko coroutines, and I don't know if current implementation allows it. I know you can use
asReference()
to prevent leaking the activity, but it becomes really tedious when there are several references to the activity, or even some listeners created inside (you can't use
ref()
inside a lambda). Also know this can be easily solved just by extracting a method and just calling that method.