Hi all, are there any recommended resources of KMP...
# multiplatform
f
Hi all, are there any recommended resources of KMP that deal with architecture? I am in the very earliest stages of app development and would like to research this topic a little bit. There are videos and articles here and there, but I lack the expertise and experience in KMP department to distinguish the valuable ones from the rest
m
You are not limited to a specific architecture. If you are developing for front end (iOS, Android, browser, etc) You go and develop your code in MVVM, MVI, Clean Architecture, etc. If you are also including a backend as well like (jvm) you can a shared modules where your put your shared logic between front end and back end. Example on this is API requests and response models, models, validation (email or password policy validation, etc) You can also check module architecture and libraries based development where each component is a different lib and you use them into our targets.
f
This is very vague, unfortunately. I understand that nothing limits me to a specific architecture, but unless there are some reference resources, then MVVM, MVI, MVC, Clean Architecture are just umbrella terms that can mean different things to different people\