https://kotlinlang.org logo
Title
r

robnik

05/28/2022, 9:30 PM
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

Aleksei Tirman [JB]

05/30/2022, 9:17 AM
What do you mean by updating resources?
r

robnik

05/30/2022, 5:00 PM
I mean I edit an HTML file under src/jvmMain/resources.
a

Aleksei Tirman [JB]

05/30/2022, 5:28 PM
So do you have a multiplatform project and you made some modifications to the configuration of a generated project?
r

robnik

05/30/2022, 7:28 PM
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

Aleksei Tirman [JB]

06/01/2022, 9:07 AM
I’ve asked that because the Ktor plugin for IDEA cannot create multiplatform projects yet.