Hey guys! I have set up a ktor project with gradle in my free time and it worked out quite nice.
However, at work we use maven and I started a new project with ktor and maven.
My problem right now is that when adding a run configuration, IntelliJ can't find the main class.
This wasn't a problem when I used gradle.. Any idea? Thank you!