https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
m

marzelwidmer

09/22/2023, 3:51 PM
where is the best way to start. I want build a iOS with kmp. should i use to start it from the KMP plugin and migrate to java17 etc. or from the compose kmp template. I also want try how it goes with TDD and try to build everything with kotlin. I think the test stuff and the renaming of the packages etc is more work with the compose kmp template?
a

Alejandro Rios

09/22/2023, 3:53 PM
If you plan to use Compose Multiplatform you can use: https://terrakok.github.io/Compose-Multiplatform-Wizard/ to start your project
😎 2
m

marzelwidmer

09/22/2023, 4:04 PM
Oh thanks ... this looks promising
2 Views