Closed haroldadmin closed 4 years ago
@haroldadmin I would like to work on this issue. Do you expect any issues after updating epoxy to v4?
I am not sure, I haven't been following the changelog very closely. Its quite likely though, as MoonShot uses Epoxy extensively.
what are your suggestions on same?
A good place to start is to increment the version number of the dependency, and then sync + rebuild the project. Look out for any compilation errors or new warnings.
thank you @haroldadmin . I'll open PR once hacktoberfest starts ✌
thanks @haroldadmin for assigning it to me. It worked fine after updating the dependency version to 4.0.0 from Versions.kt file from buildSrc module. Is this right?
Yes, that should do it. If there were no compilation errors or additional warnings, please go ahead with the pull request.
The latest release of Epoxy supports incremental annotation processing. Migrate the app to Epoxy v4 to benefit from faster compilation times.