Hilt Binder Versions Save

An annotating processing library that automatically generates Dagger Hilt's `@Binds` methods.

v1.1.2

2 years ago
  • Reverted back to using Java 8 as the target version of the libraries & the project.

v1.1.1

2 years ago
  • 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

v1.1.0

2 years ago
  • Added experimental KSP support: #24
  • Updated dependencies: #23, #25

v1.0.0

3 years ago

First Stable Release.

v1.0.0-beta01

3 years ago

First Beta Release.

  • Updated dependencies: #23

v1.0.0-alpha03

3 years ago

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: 535b09a5673e3f5954ea6b7bd6b20de784580ad4, d7bc3532bcd44ecfde1913b7f16c30f751bb7186

v1.0.0-alpha02

3 years ago

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

v1.0.0-alpha01

3 years ago

First Alpha Release.