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() } }
}
}