Read through Kotlin's docs, can you recommend any ...
# getting-started
v
Read through Kotlin's docs, can you recommend any other resource that can take me indepth Kotlin? Thanks!
m
Going through Kotlin Koans (https://play.kotlinlang.org/koans/overview) should help you apply acquired knowledge on some simple problems. Also, Kotlin in Action (book) is an easy to follow and it contains a lot of examples (for sure, more than official docs).
v
Thanks
m