Also, I want to apologize for the lack of support ...
# kodein
r
Also, I want to apologize for the lack of support lately, we are working hard on our next release of Kodein-DI and the release of Kodein-DB that Salomon has announced at the KotlinConf in december. About Kodein-DB: if you didn’t watch the recording of Salomon’s talk, please consider watching it:

https://www.youtube.com/watch?v=2mpzbFxUkAE

As we are extending the Kodein Framework, Kodein-DI has to change, thus the API will partially broken after the release of
7.0
, we are working hard to provide lot of quickfix working with API deprectation and IntelliJ Action will guide you. If you want to try Kodein-DI
7.0
you can by using the dev channel, by adding the following repository
<https://dl.bintray.com/kodein-framework/kodein-dev/>
and using the version
7.0.0-dev-27
Copy code
maven(url = "<https://dl.bintray.com/kodein-framework/kodein-dev>")
implementation("org.kodein.di:kodein-di:7.0.0-dev-27")
👍 3