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?