Hello everyone. How can we create a new KMP (share...
# amper
p
Hello everyone. How can we create a new KMP (shared UI) project with Amper?
j
p
Hi @Joffrey I saw that example, but can we create a new project (using command line or whatever) with amper?
I often use this tool to create new KMP projects
z
The
amper init
command has templates such as `compose-multiplatform`:
Copy code
% ./amper init

ERROR: Please specify a template (template name substring is sufficient).

Available templates: compose-android compose-desktop compose-ios compose-multiplatform jvm-cli kmp-lib multiplatform-cli
👍 1
1
p
great, thanks @zsmb