Skip to content

4.0.0-beta3

Compare
Choose a tag to compare
@elihart elihart released this 01 Jun 18:11
· 93 commits to master since this release
4a2c055
  • Sorts functions in generated kotlin extension function files deterministically to prevent generated sources from changing. Can fix unexpected build cache misses.
  • Avoid generating bitset checks in models when not needed. Can decrease size of generated code and slightly improve runtime performance.
  • Add options to skip generation of functions for getters, reset, and method overloads to reduce generated code

New annotation processor options are:

  • epoxyDisableGenerateOverloads
  • epoxyDisableGenerateGetters
  • epoxyDisableGenerateReset

These can also be controlled (and overridden) on a per package level with the PackageModelViewConfig package annotation.