Hello, do you recommend any kotlin books for exper...
# books
k
Hello, do you recommend any kotlin books for experienced java developer? Not super basics. Would be nice if there will be something about coroutines too, but its nice-to-have as this topic is fresh. So I guess books about them are not out yet :D
a
g
For coroutines If you interested about practical usage, I would just read kotlinx.coroutines guide https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/coroutines-guide.md and, if you interested about internals, KEEP: https://github.com/Kotlin/KEEP/blob/master/proposals/coroutines.md
❤️ 1
f
@Kamil Wujec +1 on Kotlin in Action. Also, if you already know Android, then @antonioleiva’s book is awesome, too
❤️ 1
Also Kotlin Apprentice and Android Apprentice (all Kotlin based) from RayWenderlich.com
My book is for non-Java devs 😁