Hey #KotlinMultiplatform community, what's your favorite way to start a new KMP (with #Compose) project?

In the past I looked/used different wizard and templates, but still undecided for every new project. Maybe you have some recommendations. Thanks!

Of course, there are other templates at GitHub (with less tars) and interesting example projects. So maybe I'm missing a hidden gem.

By the way, the links to the poll options:
https://terrakok.github.io/kmp-web-wizard/
https://github.com/JetBrains/compose-multiplatform-template

Terrakok KMP Wizard
0%
JetBrains Compose Multiplatform template
33.3%
IDEA generated template
33.3%
Other (please tell me)
33.3%
Poll ended at .
Kotlin Multiplatform Wizard

@dbaelz I don't like templates! I don't know why! But every single time I create a new directory for a module and copy the build file from different projects across the web. Of course it'll not build in the first try! 🤪
@hadilq Yep, would say most of my OSS projects reuse files from my previous OSS projects. Also, I'm not a big fan of GitHub templates. Especially because they impose (in my understanding) a specific license and in the past I had to do lots of stuff to adjust the template project for my needs.