kohesive / injekt

Dependency Injection for Kotlin
MIT License
235 stars 19 forks source link

For configuration injection, allow binding object that has 1 parameter constructor of type Config #9

Open apatrida opened 9 years ago

apatrida commented 9 years ago

Allow binding an object that has a 1 parameter constructor, of type Config that does not use binding, but rather loads the config directly using Typesafe Config or Klutter/config-typesafe methods.

This would allow a version that does not include a binder, a smaller tier. But will be a breaking change to move the binder out to another submodule.

apatrida commented 9 years ago

this should move to Klutter since config injection moved