Hello fellow Kodeiners, A new version (6.5.0) of K...
# kodein
r
Hello fellow Kodeiners, A new version (6.5.0) of Kodein-DI has been plublished! You can find the changelog: https://github.com/Kodein-Framework/Kodein-DI/blob/master/CHANGELOG.md mainly, it contains: - Kotlin
1.3.61
- Multi-args factory deprecation, we now recommand to use
data class
instead, as one argument. checkout the documentation for examples https://kodein.org/Kodein-DI/?6.5/core#multi-argument-factories
t
> we now recommand to use
data class
instead Is there any example?
r