gradle-doctor icon indicating copy to clipboard operation
gradle-doctor copied to clipboard

Report non-incremental annotation processors

Open runningcode opened this issue 5 years ago • 0 comments

See if there is a way to detect and report on non-incremental annotation processors that were used as part of the build. Both javac and kapt.

Log example:

[WARN] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: androidx.lifecycle.LifecycleProcessor (NON_INCREMENTAL), androidx.room.RoomProcessor (NON_INCREMENTAL).

runningcode avatar Jul 12 '20 21:07 runningcode