Hi guys! I still have doubts about Compose Multiplatform.
The new template from JetBrains is based in these folders: commonMain, desktopMain, iosMain and wasmJsMain, with the idea of share UI and code between all. Android and Desktop stable.
The Compose Multiplatform Wizard (https://terrakok.github.io/Compose-Multiplatform-Wizard/) created by a gently guy is based in other folders for sources.
Are they with the same idea of Compose Multiplatform?
What's the best template to use today?
a
Alejandro Rios
01/16/2024, 10:35 PM
⢠They are the same
⢠Use the one that's suits better with your need, for example, terrakok includes the option to add libraries while the KMP wizard don't
a
Alexandre Bianchi
01/16/2024, 11:15 PM
Ok thank you Alejandro!
And about Web part, some of them use jsMain, other Wasm experimental.
Alexandre Bianchi
01/16/2024, 11:16 PM
Is already possible to have 1 UI only for Android, iOS, Desktop and Web today, or just Android, iOS and Desktop?
a
Alejandro Rios
01/16/2024, 11:21 PM
Is possible to have one UI for all of them, but keep in mind that iOS is still on alpha and web is Experimental, in case you want to use it in production