Hi guys, is there any run configuration for Web? I...
# fleet
s
Hi guys, is there any run configuration for Web? If not how can I run it with:
./gradlew
. Thanks in advance
f
Hi! You should be able to run the web application by running the
:composeApp:wasmJsBrowserDevelopmentRun
Gradle task (which you can trigger from the run window by selecting
Gradle Commands…
). See also Readme of project generated with Web by our generator kmp.jetbrains.com. We are working on an improved run configuration for Browser/Wasm though.
s
Ohh, thanks I haven't noticed.