Two more questions (sorry :sweat_smile:) - Would b...
# compose-web
a
Two more questions (sorry 😅) • Would be possible update the web while I'm working? I mean, on every change I have to relaunch wasmJsBrowserRun • I am using IntelliJ IDEA because Fleet havent option to add plugins but on IDEA also include KMP plugin and preview doesnt work
w
You can preview only desktop target on IntelliJ. So what you can do is add a desktop target, and there you add a preview that previews your common code. But this also means that you have to move the Kotlin/WASM logic to common code if you want to preview it.
j
Yes: use the
--continuous
flag
🔥 1
👆 1
w
If you use Fleet, you won't need to add a Desktop target.
a
Thx @Jacob Ras!
@Wout Werkman there is preview on fleet? To wasm?
w
Nope, only in Desktop and Common code.
a
okidoki
thx!