Kotlin Anko Coroutines

Kotlin Anko Coroutines is utilities based on the kotlinx.coroutines library. Using Anko Coroutines in your project Add the anko-coroutines dependency to your build.gradle: dependencies { compile "org.jetbrains.anko:anko-coroutines:$anko_version" } Listener helpers asReference()…