📢 New KMP Library for Compose Multiplatform! It automates a lot of boilerplate when including native views from Compose on iOS. Essentially, you write an expect Composable function, add a special annotation, implement the Android actual with Compose, and the iOS-side is generated, along with the Swift wiring. You (mostly) just need to implement the Swift to render the view.
It's experimental at this point. API likely to change. Feedback welcome.