Is there a preferred project layout between: KMP ...
# multiplatform
k
Is there a preferred project layout between: KMP Wizard https://kmp.jetbrains.com/ - which creates a 'shared' project and 'composeApp' project Or the compose multiplatform template on github? which doesn't have the 'composeApp' project? https://github.com/JetBrains/compose-multiplatform-template
a
The compose multiplatform template is a template for Android/iOS/Desktop targets and includes Compose multiplatform by default. KMP wizard let's you choose which targets you want for your app and also let's you decide if you want to include compose multiplatform or not. You can choose the one that fits your needs.
k
Thanks! So from what I'm understanding, does the KMP wizard structure offer more flexibility in terms of where you choose to apply compose multiplatform or not?
a
No, both templates are helpful for the same purpose, KMP wizard gives you more options