Hello , I have a app that is made up of Kotlin Mul...
# multiplatform
b
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
Did you fiddle with the module names? I am just wondering because the default names are “composeApp” and not “composedapp”.
b
That’s what I mean to say sorry typo !