Hi, I'm new here.
I can't run Ktor app inside Kotlin Multiplatform project using IntelliJ IDEA. When I click the run button, I get
Error: Could not find or load main class ApplicationKt
message. And I realized that the IDEA execute java command without build output directories in
-classpath
option. What could possibly cause this problem?
I spent about four days on this. Really need help.
d
Dico
06/23/2019, 7:17 AM
You can add the parameter yourself by changing the run configuration that got created
l
lenqnr
06/23/2019, 7:51 AM
I found VM options in the run configuration, but it doesn't seem to solve my problem perfectly.
1. I have to put full absolute path
2. It replaces classpath instead of adding it
3. How can I keep the settings inside Git?
g
gaetan
06/23/2019, 8:01 AM
@lenqnr just mentioned you post on an issue I created a month ago on that problem. It should really be fixed because it gives a terrible feedback.
https://youtrack.jetbrains.com/issue/KT-31384