I was going over the <Compose Multiplatform starter video> and the crux of the logic is in the share...
v
I was going over the

Compose Multiplatform starter video

and the crux of the logic is in the shared folder, while when I go through Android Studio’s “create new app” logic the code is under the androidApp folder (see screenshots). Is this a bug? Updating the code under androidApp won’t update the iOS UI so I’m assuming it’s something that needs to be fixed. Please advise if you can.
👍 2
❤️ 1
K 1
l
The Android Studio wizard doesn't build a compose multiplatform app. It uses compose on Android and SwiftUI on iOS.
v
I was afraid that was the answer 🙂 Thanks for confirming
l
You can clone the template, like in the video or use https://terrakok.github.io/Compose-Multiplatform-Wizard/
gratitude thank you 1
d
c
@Dima Avdeev whats the difference between those two templates
d
First one is for Desktop, Android and iOS
Second for Android and iOS
c
thanks. i wonder. even if i only care about android and ios... maybe it makes sense to use the template with desktop... cant hurt. right? 😅