Closed flovouin closed 5 years ago
There is no workaround right now other than to not update. The ideal way to support this in the future is #132, which in turn depends on https://github.com/google/auto/pull/501.
Thanks for the quick reply, I'll make sure to subscribe to these issues/PRs.
Hi guys, thanks for the great package.
I'm trying to update to
1.0.0
but I'm running into issues because mutable adapters have been removed in #201. However, I'm not sure I understand how to implement my current logic differently. I have something along those lines:How can I get the same behaviour with
1.0.0
? I'm a bit rusty when it comes toGson
andAutoValue
, sorry if this is obvious.Thanks,