4.0.0-beta3
- 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.