Are there any good guides/tutorials on transitioning a KMP app with Native UI (Jetpack Compose and SwiftUI) into using Compose Multiplatform? That is, if I have a large and functional KMP codebase that uses Compose and SwiftUI to build targets for Android and iOS, convert that into a codebase that keeps the same shared code and uses CMP on both platforms - preferably without having to start a new project from scratch.
Just to be clear, it's not the CMP itself I need help with. I've been working with it for a little while, and I think I can handle the transition from Android-only Compose to CMP. I'm more concerned about the structure of the project, the build files, etc.