Hi Kodeiners. I would like to remind you that we ...
# kodein
r
Hi Kodeiners. I would like to remind you that we are working on a huge refactoring of Kodein-DI. 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. We are looking for feedbacks on Kodein-DI 7.0. You can try it 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-31
Copy code
kotlin
maven(url = "<https://dl.bintray.com/kodein-framework/kodein-dev>")
implementation("org.kodein.di:kodein-di:7.0.0-dev-31")
Also, it is built on top of Kotlin 1.3.71.
🔥 2