Hi everyone. Do you know any resources (books, You...
# multiplatform
p
Hi everyone. Do you know any resources (books, YouTube…) to learn KMP?
r
The official docs have some good tutorials https://kotlinlang.org/docs/multiplatform.html
👍 2
p
Thanks @rkechols I am looking for an organized book, course, or tutorial that I can follow step by step, any suggestions?
👍 1
💯 1
z
The page linked leads to series of tutorials based on the code sharing use case you're looking for (shared UI / shared logic)
👍 1
e
@rkechols good but what if we have to migrate an existing project, we must learn from before trying to do it right??? Or do you have other advice for that case???
r
@Excellence kawej You should probably experiment and learn with some demo projects to become familiar with the overall system first, and then you can take what you've learned and apply it to the migration of your pre-existing project.
👍 1
☝🏻 1
e
Thks for your advice...
k
👍 1
d
I was trying to find any, either they are are outdated or not quite official, for example this one: https://santimattius.github.io/kmp-for-mobile-native-developers-book/
👍 1
p
@kyungkoo thank you. Is it KMP or KMM? I remember I saw this book before but I didn’t pick it
looks good @Dumitru Preguza
k
@Phuc It's KMP. This book supports not only Kotlin 2.1.20 but also CMP.
p
awesome, thanks @kyungkoo