TO ALL: I've just pushed Kodein 3.4.0. There's a n...
# kodein
s
TO ALL: I've just pushed Kodein 3.4.0. There's a new module :
kodein-jxinject
which allows to create new instances by automatically injecting it's constructor parameters (much like kodeinject, but it does not create new bindings). This also allows to inject
@Inject
annotated fields and methods. This new module exists to ease the transition between
javax.inject
libraries (such as Guice or Dagger 1 & 2) and Kodein. This should NOT be used in kotlin code!