3bf534b392
Allow to run kapt in "annotation processing only" and "stub generation only" modes in order to support incremental compilation in Gradle. Unfortunately, annotation processing can't be done incrementally cause it uses all module files, but the stub generation can be done incrementally.