Open
Description
Hi,
this is more a question than an issue. I wonder how we could use compile-testing to test incremental compilation.
I can see there there is a mechanism to add classes to the javac classpath, so we could probably simulate this classes were already compiled during a previous build, and only compile classes using them.
If that the best way to do it ?