I am trying a new project with Kotlin Multiplatform with a JS target and test using: gradlew jsBrowserRun --continuous however it takes approximately 10 seconds for it to show any difference.
After save it takes about 8 seconds for anything to be detected, after which it takes approx 2 seconds for a recompile of a very basic project.
Is there a way to speed this up? Front-end development is much easier if there is a more immediate feedback present.