TL;DR
As part of Gradle 7.3.3 & AGP 7.0.4 upgrade, a new line appeared on the :WordPress:compileWordpressWasabiDebugJavaWithJavac task that informs about the fact the WordPressProcessors annotation processor is not incremental. This annotation processor should become incremental to improve build speed.
Details
The following annotation processors are not incremental:
WordPressProcessors.jar (project :libs:WordPressProcessors).
Make sure all annotation processors are incremental to improve your build speed.
TL;DR
As part of Gradle 7.3.3 & AGP 7.0.4 upgrade, a new line appeared on the
:WordPress:compileWordpressWasabiDebugJavaWithJavactask that informs about the fact theWordPressProcessorsannotation processor is not incremental. This annotation processor should become incremental to improve build speed.Details