https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
m

marzelwidmer

09/29/2023, 2:04 PM
I catch my self I jump around 😞 on setup and witch
lib
is want should use, etc. instead to get something
done
. My background I am Spring Backend Dev, Try this week again to catch up with some
KMP
stuff, because I think this can be the future of
mobile dev
🙂 Basically I setup the project with https://terrakok.github.io/Compose-Multiplatform-Wizard/ what I think is a great starting point but there are a lot of learnings what i really need and what not. My plan is to setup a litle
demo
project what covers whole round trip from
TDD
,
CleanArch
NetworkCall
MVVM
or
MVI
what was the first I jump around point 🙂 Also want use something like
koin
and do I need something Like a
Navigation Lib
? I want build everything in
kotlin
and focus on
iOS
and
Android
out there are also many projects at the moment but every buddy have a other solution 🙂 Now I also saw https://kotlinlang.slack.com/archives/C0922A726/p1694506734099409 then I was thinking maybe I go back and start it over again with the Plugin it self ... 🙂
So maybe somebody have the same issues in the passt who want start with KMP and have some tips for me:)
maybe I should create everything from scratch and build step by step to get the knoff-hoff but this will be a
long journey
p

Pablichjenkov

09/29/2023, 2:47 PM
I personally prefer to start with small projects that cover the basics and grow from there. Sometimes acquiring another project gives you development speed but you don't get to know the small details. Once I master the basics, like project configuration, fundamental concepts and so on then I move to something bigger.
🙏 1
👍🏼 1
2 Views