Is there a way to run a Kotlin Fullstack(JVM+JS) with --continuous mode?
c
Is there a way to run a Kotlin Fullstack(JVM+JS) with --continuous mode?
b
Certainly. Run jvm separately, then run jsBrowserDevelopmentRun and kotlinJvmCompile together as a second continuous gradle build
I'm guessing you're trying to get ktor hot reload working with webpack dev server.