-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add support for incremental annotation processing with Gradle 4.7 #179
Comments
May be worth waiting to see what happens in auto value first... google/auto#615 |
7 tasks
Auto Value supports incremental annotation processing in 1.6.3-rc1. Extension can implement new API to support incremental annotation processing. See #673 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same as rharter/auto-value-parcel#131: As Gradle 4.7 is out, there had to be an issue for this :)
The documentation to handle this is here.
I think auto-value-gson could implement this? (but I might be wrong as I don't fully understand all the works behind annotation processors).
The text was updated successfully, but these errors were encountered: