Hi, running the main JVM method of my mpp project ...
# multiplatform
u
Hi, running the main JVM method of my mpp project in intelij works exactly once. If I hit run again, I get a class not found exception for my main class. Cleaning the build resolves the problem and I can run the project once again before the class not found exception comes back. Is this a known issue? Are there any workarounds?
g
I guess this is IDE related. It also happens on Android Studio. I would also want to know a solution to this, since I just rerun the main method until it runs. It usually takes 2 runs for me.
d
It's a problem with incremental compilation and mpp. For me it works unless I make changes to inline classes/functions.