https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
u

uli

03/21/2019, 8:39 AM
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

gumil

03/21/2019, 8:44 AM
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

Dico

03/21/2019, 1:54 PM
It's a problem with incremental compilation and mpp. For me it works unless I make changes to inline classes/functions.