What’s the general architecture pattern with compose on multiplatform apps?
I’m used to Jetpack Compose on Android and it seems pretty much the same, I just can’t find good examples on how people usually handle the ui-repository-data layers. Is there some documentation or good examples out there?