Skip to content

AutoValue 1.8.2

Compare
Choose a tag to compare
@eamonnmcmanus eamonnmcmanus released this 16 Jul 18:22
  • Fixed a bug with AutoBuilder and property builder methods. (05ea135)
  • Generated builder code is now slightly friendly to null-analysis. (f00c32a)
  • Fixed a problem where @SerializableAutoValue could generate incorrect code for complex types. (689c8d4)
  • Implicitly exclude Kotlin @Metadata annotations from @CopyAnnotations (7d3aa66)