Hello :wave: I’m starting to work on a project tha...
# multiplatform
v
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.
a
v
Thank you very much!
a
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
woha so nice! I have so much to learn from. Thank you again!
🙂 1