https://kotlinlang.org logo
#kodein
Title
r

romainbsl

03/30/2021, 2:20 PM
Hi friends! Kodein-DI 7.5 is out 🎉 with lots of changes! You can find the CHANGELOG [here](https://github.com/Kodein-Framework/Kodein-DI/releases/tag/7.5.0) - Binding API refactoring 1. Direct binding
bind() from...
has been deprecated (type binding might follow in few versions) 2. Simplified API (
bindSingleton { ... }
/
bindFactory { ... }
/ etc.) - Compose support for both Android (Jetpack) and Desktop (JetBrains) (Of course it's available on Maven Central)