Fixed @Parcelable behavior when used with @SaveInstance
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.