rharter / auto-value-gson

AutoValue Extension to add Gson De/Serializer support
Apache License 2.0
603 stars 103 forks source link

Add support for incremental annotation processing with Gradle 4.7 #179

Closed simtel12 closed 5 years ago

simtel12 commented 6 years ago

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).

3flex commented 6 years ago

May be worth waiting to see what happens in auto value first... https://github.com/google/auto/issues/615

bingranl commented 5 years ago

Auto Value supports incremental annotation processing in 1.6.3-rc1. Extension can implement new API to support incremental annotation processing. See #673