Skip to content

AutoValue 1.10.3

Compare
Choose a tag to compare
@eamonnmcmanus eamonnmcmanus released this 15 Aug 20:31
· 194 commits to main since this release
  • An "incompatible version" issue with Kotlin compilation has been fixed. See #1574. (b21c7f4)
  • A warning is now produced if a setX method in a Builder or its return type is marked @Nullable. Those methods always return the Builder instance, which is never null. (e5b4b54)