How can I easily read and understand kotlin corout...
# announcements
k
How can I easily read and understand kotlin coroutines. Which best resources can you recommend
g
#C1CFAFJSK I would recommend to read official guide first: https://kotlinlang.org/docs/coroutines-guide.html
s
I really enjoyed the following course. https://www.udemy.com/course/kotlin-coroutines-in-android/
n
I am currently reading this article https://www.lukaslechner.com/understanding-kotlin-coroutines-with-this-mental-model/. It seems good. But I am not able to use the
kotlinx
library in
intellijidea
.