breandan
12/18/2019, 7:21 PM1.4.0-dev-74
and enabling Gradle's --continuous
mode)
edit #2: It now appears to work, updating to 1.4.0-dev-74
was not necessary. Previously was using ./gradlew run --continuous
but ./gradlew browserRun --continuous
was the correct command.bashor
12/20/2019, 1:13 PM./gradlew run --continuous
?Ilya Goncharov [JB]
12/20/2019, 1:15 PMedit
, --continuous
is necessary, I believe we need to point it in Hands onIlya Goncharov [JB]
12/20/2019, 1:16 PM-t
bashor
12/20/2019, 1:29 PM… Previously was usingbut./gradlew run --continuous
was the correct command../gradlew browserRun --continuous
bashor
12/20/2019, 1:30 PMI believe we need to point it in Hands on@Ilya Goncharov [JB] could you please check it and create an issue?
Ilya Goncharov [JB]
12/20/2019, 1:50 PMrun
command and continuous modeIlya Goncharov [JB]
12/20/2019, 2:16 PMbreandan
12/20/2019, 5:46 PMbrowserRun
task as described in @Sebastian Aigner’s KotlinConf talk and everything worked as expected