Releases: kosi-libs/Kodein
Releases · kosi-libs/Kodein
7.20.0
Use 7.20.1 instead!
- Jetpack Compose
Creation of 2 modules to handle AndroidX ViewModel retrieval, eventually scoped within the NavGraph.
kodein-di-framework-compose-android
: Works with AndroidX ViewModel
kodein-di-framework-compose-android-navigation
Works with AndroidX ViewModel AND Jetpack Compose Navigation
7.19.1
7.19.0
7.18.0
7.17.0
- Kotlin 1.8.0
- Ktor 2.2.1
- JS: Since Legacy backend as been deprecated, Kodein will only support IR.
We should be able to re-enable it in 7.18.0 as soon as a new version of compiler plugin will be released.
7.16.0
- Compose 1.2.1 with Kotlin/JS
- New multi-binding API (see documentation http://kosi-libs.org/kodein/7.16/core/multi-binding.html)
val di = DI {
bindSet<Configuration> {
add { provider { FooConfiguration() } }
bind { singleton { BarConfiguration() } }
}
}
7.15.1
7.15.0
7.15.0-kotlin-1.7.20-RC
We should be able to re-enable it in 7.15.1 as soon as a new version of compiler plugin will be released.