New
AutoValue 1.10.3
- An "incompatible version" issue with Kotlin compilation has been fixed. See #1574. (b21c7f4fb)
- A warning is now produced if a
setXmethod in aBuilderor its return type is marked@Nullable. Those methods always return theBuilderinstance, which is never null. (e5b4b5484)