Releases: mars885/hilt-binder
Releases · mars885/hilt-binder
1.1.3
- Updated Kotlin & KSP to
1.9.25
as well as other dependencies: #49
1.1.2
- Reverted back to using Java 8 as the target version of the libraries & the project.
1.1.1
- Stable KSP support.
- Updated dependencies: #31, #35
- Added detekt & ktlint tools: #33, #36
- Added Git pre-push hook for running static analysis tools beferehand: #37
1.1.0
- Added experimental KSP support: #24
- Updated dependencies: #23, #25
1.0.0-beta01
First Beta Release.
- Updated dependencies: #23
1.0.0-alpha03
Third alpha release.
- Made possible to specify both scope annotation and explicit predefined component: #22
- Fixed a crash when binding scoped type to custom component: #20
- Documentation improvements: 535b09a, d7bc353
1.0.0-alpha02
Second alpha release.
- Added support for custom components: #15
- Fixed a couple of issues with generics: #13
- Documented public API: #16, #17
- Updated dependencies: #10, #14