terrakok / Compose-Multiplatform-Wizard

Compose Multiplatform Wizard
https://terrakok.github.io/Compose-Multiplatform-Wizard/
MIT License
389 stars 25 forks source link

Inefficient android project structure #43

Open mohammad-haque opened 6 months ago

mohammad-haque commented 6 months ago

This wizard produce this when android and ios is the target: composeApp

Notice no androidApp outside the composeApp and this not ideal because a dedicated androidApp project folder is useful for many reasons, including, having separate debug resource for debug app, alternative implementation for debug app (e.g. AndroidManifest file) etc.

Is there any plan to bring back androidApp folder?

terrakok commented 6 months ago

No. I don't have such plans. I think a single module for whole compose app is enough. It is not a shared library, it is the final app.