Hi. Is there a way to auto reload code changes? I'...
# compose-web
e
Hi. Is there a way to auto reload code changes? I'm playing with the jetnack example and added the gradle --continuous flag but it doesn't have any effect.
c
You'll need to provide more details on what you're doing exactly, and which example you're talking about. Auto-reload should work out-of-the-box.
e
I'm running this example https://github.com/Kotlin/kotlin-wasm-examples/tree/main/compose-jetsnack using the command
./gradlew :web:wasmRun.
I tried this as well
./gradlew :web:wasmRun --continuous
but it didn't reload
c
I don't know if WASM supports auto-reload 🤔 Maybe ask in #webassembly?
e
Ok thanks