<Does the kotlinx-coroutines-android dependency co...
# stackoverflow
u
Does the kotlinx-coroutines-android dependency come with everything in kotlinx-coroutines-core? I'm looking at the Coroutines library on github and it mentions needing to add the kotlinx-coroutines-core as a dependency to enable coroutines and that I could also "add other modules", so I'm not really sure if these two are necessary to run Coroutines on Android or just adding kotlinx-coroutines-android would be enough. dependencies {...