Hey guys.
Unless something new comes to my attention, I will publish Kodein 6.1.0 tomorrow.
If you're interested, you can look at:
- The code:
https://github.com/Kodein-Framework/Kodein-DI/tree/6.1
- The changelog:
https://github.com/Kodein-Framework/Kodein-DI/blob/6.1/CHANGELOG.md
- The updated doc:
https://kodein.org/Kodein-DI/?6.1
This release comes with a fix for two important bugs that completely eluded me. For that I deeply apologize. Huge thanks to Charles Julian Knight who found the issue, took the time to understand one of the most convoluted & complicated part of the code, and fixed it in a great PR. More info here :
https://github.com/Kodein-Framework/Kodein-DI/pull/174
With this release, I hope to make Android development easier. One of the biggest change is the renaming of
closestKodein
to
kodein
, which do not force the reader to be aware of multi-layering, especially since it is not that used. There are some more little Android niceties.
Oh! And of course, if you are using Kotlin/Native, this release uses Kotlin 1.3.20 / Gradle 4.10. LGM is no longer maintained, since it is no loger needed.
So, unless someone shouts "OMG! Don't do that, you'll ruin everything!!!", you can expect it to be deployed by tomorrow afternoon (Paris time).
Happy Kodein 😄