Compose-Multiplatform-Wizard
Compose-Multiplatform-Wizard copied to clipboard
Compose Multiplatform Wizard
Hi. Please, add support room and viewModel dependencies at this wizard. They have multiplatform realisation. Thx
When creating a project with the WASM target enabled, the Gradle configuration cache is turned on in gradle.properties: ```properties org.gradle.jvmargs=-Xmx4G -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx4G" org.gradle.caching=true org.gradle.configuration-cache=false ``` Support for the the configuration...
At least having commonTest or mobile test would be nice, and if users want to add more, they can copy the code. Alternatively, it can be an option to add...
Will be there a need for this `Wizard` also support `Backend - KTOR` ? See: https://kotlinlang.slack.com/archives/C3PQML5NU/p1695488286979129 https://hlnstepanova.github.io/kmpizza/step-2-add-a-backend-module/
This wizard produce this when android and ios is the target: `composeApp` - `androidMain` - `iosMain` - `commonMain` `iosApp` Notice no `androidApp` outside the `composeApp` and this not ideal because...
I just saw there are some more Moko LIBs for the MVVM maybe it make sense to add all of theme ? when select Moke MVVM ? Or is better...
Please add moko resources dependencies option also, it's somewhat tricky with version catalogues
It would be nice to include kotlin inject as an additional option for dependency injection.
Could you please add "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5" to the list of components. I think using immutable types in compose is very important and this is one of the standard kotlinx packages anyway,...