Running a ktor app, as described in the following ...
# ktor
r
Running a ktor app, as described in the following link, does not seem to work for me. The problem is it does not properly run the
processResources
step, so if I update resources, I have to manually run the gradle task. Is this a bug in the IDE integration? https://ktor.io/docs/intellij-idea.html#run_app
a
What do you mean by updating resources?
r
I mean I edit an HTML file under src/jvmMain/resources.
a
So do you have a multiplatform project and you made some modifications to the configuration of a generated project?
r
Yes, it's a multiplatform project. Not sure if I changed anything. I could try starting a new project and copying in my source code, to see if that helps.
a
I’ve asked that because the Ktor plugin for IDEA cannot create multiplatform projects yet.