Complete Builder support
konmik opened this issue · 1 comments
konmik commented
When I write public abstract Builder toBuilder();
AutoValue generates a builder but auto-value-parcel says "Error:(23, 29) error: AutoValue property toBuilder is not a supported Parcelable type."
The correct behavior would be to check if the method returns a value that is a builder then skip it from parceling.
gabrielittner commented
That's a known issue in Auto Value google/auto#281