Hello , I have a app that is made up of Kotlin Multiplatform, for the application structure, and Jetbrains Compose / Compose Multiplatform for the UI. Material2
standard is used for the compose api. I can do android all fine but when I load the xcproj and run it say that can’t find module “composedapp”
m
Michael Paus
11/21/2024, 6:31 PM
Did you fiddle with the module names? I am just wondering because the default names are “composeApp” and not “composedapp”.