Hello 👋 I’m starting to work on a project that I tend to do it using KotlinMultiPlatform. can you guys recommend some open source/article explaining code organisation and architecture on kmm projects, would love to see some examples.
https://github.com/arkivanov/Decompose - is about writing navigation logic in shared code
https://github.com/icerockdev/moko-resources - this one allows to define resources using xmls like in Android but in shared code. By this gradle plugin the solution is automatically adapted to other platforms
https://github.com/soniccat/WordTeacher - this one is mine. Here I reused my knowledge of Android, MVVM, Dagger and added KMM + Compose with the libs I’ve mentioned above to practice with all these innovative stuff and, in addition, write something useful.
v
Viktor Petrovski
08/29/2021, 7:22 AM
woha so nice! I have so much to learn from. Thank you again!