Dagger 2.38.1
Chang-Eric
released this
27 Jul 20:07
·
1030 commits
to master
since this release
Hilt bug fixes
- Fix #2784. Fix an issue with AGP 7.0+ where the Gradle plugin bytecode transform was not applied to non-test code. This affected all
@AndroidEntryPoint
and@HiltAndroidApp
classes that did not directly themselves extend from the Hilt-generated base class and meant that Hilt was not actually applied to those classes. (666df50) - Fix #2762. Fix an incompatibility with AGP 7.0.0-beta05 and 7.0.0-rc01 (09087db)