polyforest / acornui-gradle

A bundle of Gradle plugins that helps build Acorn UI projects with ease.
Apache License 2.0
0 stars 0 forks source link

Intermittent runtime errors from JVM changes in Acorn UI not being picked up by the compiler in an app project. #35

Open fuzzyweapon opened 5 years ago

fuzzyweapon commented 5 years ago

This only affects working in composite configuration mode and does not affect CI or any builds where all compilation is delegated to Gradle.

When changing a signature the compiler doesn't always seem to pick it up, and then if the code is hit at runtime, the JVM can't find it (bc the new class file was never generated).