I seem to not have the option to use `--continuous...
# javascript
n
I seem to not have the option to use
--continuous
or
-t
as a flag when running the kotlin browser through gradle. This makes it quite challenging to get quick feedback loops when changing (especially trivial) code. Has anyone else come across this problem?
t
IR?
n
it is yes, does IR not support
continuous
?
actually, I have found a workaround by running this command in terminal
./gradlew :clientBrowserRun --continuous
I can create an intelliJ run config with it, but it's quite odd how I can't use that command from the Gradle run config!
b
Yeah, it's a recent bug in IntelliJ, not gradle. Quite annoying tbh
n
Ah that explains it. I think I've seen this flagged in the appropriate channels actually so guess we'll wait.