Hi! I’m in the process of migrating my coroutines ...
# coroutines
m
Hi! I’m in the process of migrating my coroutines from Kotlin 1.2.x (\o/) I see that the concept of Reference (with
asReference()
) is gone, what is the way to go now? Should I use
WeakReference
instead, rely on the coroutine state, or trust the current CoroutineScope?
e
What kind of
Reference
you were using before? From what library?
g
I suppose this is asReference from anko
m
Oh. I didn’t check but it could have been from Anko, I removed the library while migrating. Anyway, problem solved!
Thanks 🙂