Skip to content

Fixed @Parcelable behavior when used with @SaveInstance

Compare
Choose a tag to compare
@jmartinesp jmartinesp released this 26 Jan 10:16
· 79 commits to master since this release

Changes:

  • Fixed a bug which caused an StackOverflowError on fragments when @Parcelable and @SaveInstance were used together.
  • All AST Transformations have been rewritten using GeneralUtils class. This produces better code when those transformations are applied and should be translated to better performance.
  • Updated Groovy version and Groovy plugin.