Does anyone here with experience using Anko corout...
# coroutines
k
Does anyone here with experience using Anko coroutines in an android project have any strong opinions on it? I'm deciding between this and Rx. I like the idea of using coroutines over Rx in my project but I'm wondering if there's any major pain points about it.
l
I'm using kotlinx.coroutines (android artifact) in production (without Anko coroutines)
d
kotlinx.coroutines with android artifact for UI context is also what I use
b
'android artifact'?
l
@bj0 Replace "core" by "android" in the kotlinx.coroutines dependency
b
oh you mean extensions?
l
Extensions can have several different meanings. Artifact is more accurate for a maven dependency. The android artifact depends on the core artifact BTW for kotlinx.coroutines
b
I was just trying to figure out if you were talking about some component I hadn't seen before and couldn't find anything when I searched for it