I am trying to migrate my app created using Kotlin and Jetpack compose to KMM. I want to structure it how the wizard tool for creating Compose Multiplatform project structures it. This seems harder than it should be.
How can I make the following project structure:
This is the structure I currently have:
Note: Using the template for the Kotlin Multiplatform Shared Module does not achieve what I want