Dagger 2.25.2
Known breaking changes
- The Kotlin change in
2.ii
(below) will break users who were passing in object module
instances into a Component builder method rather than using@JvmStatic
.
To fix this issue, remove the call to the builder method -- the module instance is
no longer needed and the Component builder method will no longer be generated.
What's new
-
Bug fixes
- Fix duplicate missing binding error messages. (2411074)
- Fix dagger-spi pom file from dependency cycle. (3699697)
- Fix issue with missing shaded deps from release 2.25 (efe1b00)
-
Kotlin support
-
Performance Improvements