Join Slack
Powered by
Is there a way to run a Kotlin Fullstack(JVM+JS) w...
# gradle
c
Christoph Hock
03/08/2021, 7:46 PM
Is there a way to run a Kotlin Fullstack(JVM+JS) with --continuous mode?
b
Big Chungus
03/08/2021, 7:59 PM
Certainly. Run jvm separately, then run jsBrowserDevelopmentRun and kotlinJvmCompile together as a second continuous gradle build
Big Chungus
03/08/2021, 8:00 PM
I'm guessing you're trying to get ktor hot reload working with webpack dev server.
3
Views
Open in Slack
Previous
Next