Hello everyone? I used the online wizard to create my first multiplatform project on IntelliJ, but I'm a bit confused about these two directories in my screenshot. I can see dependencies and business logic goes under "shared" but what goes under "composeApp"? thank you!
that is interesting, when I make a project (android, ios, and desktop) it does not have a shared, it only has a composeApp, iosApp, and then there is a commonMain in the composeApp where I think the shared stuff goes. Do you get the shared when you also build web and server?
r
Richie Rodríguez
03/06/2024, 8:19 AM
When I create a new App using the Android Studio wizard, I get a separate folder for shared.
But if I use Kotlin Multiplatform Wizard, I don't get the "shared" folder when "Share UI" is selected.
I didn't work with server nor web projects yet.