One other aspect of that PeopleInSpace example is that not only is Compose UI used within a SwiftUI view....but another SwiftUI view is also included in that Compose view. A little bit contrived in this case but there just to give example of that scenario.
🙌 1
s
streetsofboston
10/27/2025, 11:09 AM
That's one of the main strengths of KMP, that it's not a framework, that it's a toolset/”library" instead, allowing you to mix and match native code and shared code any which way you want or need.