is there a way to create a compose wasm project fr...
# compose-web
a
is there a way to create a compose wasm project from the ide? cant seem an option so i imagine i need to add the target manually
b
There is, but it's hidden behind an ide experimental flag
It's mentioned in kotlin wasm docs on kotlinlang.org
a
I enabled this and I was able to create a kotlin wasm project, but cant find the compose wasm option
b
Ah, there's none for compose specifically. Use regular wasm project and add compose plugin manually
👍 1