RikkaApps / HiddenApiRefinePlugin

A Gradle plugin that improves the experience when developing Android apps, especially system tools, that use hidden APIs.
MIT License
267 stars 17 forks source link

[FR] Make annotation processor incremental #15

Open bddckr opened 1 year ago

bddckr commented 1 year ago

When running assembleDebug, I'm getting the following warning:

> Task :hidden-apis:kaptDebugKotlin [WARN] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: dev.rikka.tools.refine.RefineProcessor (DYNAMIC).