Hi all :wave: I am trying to build a very small <K...
# javascript
t
Hi all 👋 I am trying to build a very small KotlinJS browser app. I am using
./gradlew browserRun --continuous
to enable hot reload. The problem is, it takes some time to reflect the changes in the browser. Is there any faster way to do that?
a
No, Kotlin/JS compilation is slow at the moment
🆗 1