For an Android dev like me who has been doing traditional Android/Java programming and is new to Kotlin looking into implementing a KMM lib common to both our Android and iOS apps, what would be the best place to start learning Kotlin (and eventually KMM)? Would that be the official Android Kotlin docs or is there a good tutorial series somewhere like Youtube that provides a good crash course on Kotlin (and KMM too)? TIA!
m
marlonlom
09/12/2022, 9:47 PM
in private dm im sharing to you some ebok for reading and starting to practice :)
👀 1
👍 1
j
Jackson Cleary
09/13/2022, 2:11 AM
Kotlin koans is a good place to start for learning kotlin, can do on web or in AS via education plugin. Then jetbrains docs and youtube for KMM, and check out some example projects - I learned a lot from looking through KaMPKit