Hello, I develop an app with ktor in IDEA, I started it as gradle task (as run configuration), but w...
a
Hello, I develop an app with ktor in IDEA, I started it as gradle task (as run configuration), but when I've tried to stop this gradle task (stop button in idea) I have to close the child process (that runs in app). Gradle just killed it. Is there workaround to achieve this?
a
What behavior do you expect?