-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support incremental annotation processing #111
Comments
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
<#111?email_source=notifications&email_token=AAEOPLVNABIDN5ZQHOQMGHLREEGCJA5CNFSM4KQZNKI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMU6MPY#issuecomment-589948479>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEOPLXJJOHXT3AIUSLRMX3REEGCJANCNFSM4KQZNKIQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 :)
The text was updated successfully, but these errors were encountered: