Hi! Why doesn't kotlinx.coroutines doesn't ship wi...
# coroutines
l
Hi! Why doesn't kotlinx.coroutines doesn't ship with documentation and source when adding the dependency? Using Android Studio with gradle. I wanted to know the difference between
launch(…) { … }
and
async(…) { … }
, but with no doc available in the IDE, it's really inconvenient. I mean, this translates to blind autocompletion, which partly defeats it's purpose
k
louiscad: I think this might be a problem with AS itself. I have these issues too. Not only with kotlinx.coroutines