I was trying to run my first compose wasm app but ...
# webassembly
m
I was trying to run my first compose wasm app but this error came "Task 'jsBrowserDevelopmentRun' not found in project ':composeApp'." I got the project template from standard kotlin multiplatform wizard website where i setected wasm(only). Does i have to get the jsBrowserDevelopmentRun from some where and paste it ???
i
This is the task name for Kotlin/JS. Wasm task would be like
wasmJsBrowserDevelopmentRun
.