fragmentargs
fragmentargs copied to clipboard
Support incremental annotation processing
Gradle latest versions provides support for incremental annotation processing. https://docs.gradle.org/nightly/userguide/java_plugin.html#sec:incremental_annotation_processing
It would be great if the FragmentArgs annotation processor could opt into this :)
any updates for this ?
Feel free to create a PR to add support for this
SteliosElaiotrivaris [email protected] schrieb am Sa., 22. Feb. 2020, 12:46:
any updates for this ?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sockeqwe/fragmentargs/issues/111?email_source=notifications&email_token=AAEOPLVNABIDN5ZQHOQMGHLREEGCJA5CNFSM4KQZNKI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMU6MPY#issuecomment-589948479, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEOPLXJJOHXT3AIUSLRMX3REEGCJANCNFSM4KQZNKIQ .
@sockeqwe Hi, Have you given any thought regarding the category the processor belongs too, based on the Gradle docs?
Hi @sockeqwe, Can you take a look at this PR, that solves the above issue? Thanks in advance.