-
CORE
- Kotlin
1.6.21
- Constructor reference based binding (#408 thanks to @rocketraman)
DI { bindSingleton { new(::PersonService) } }
- Delegate binding (#406)
DI { bindSingleton { Cls() } delegate<Cls>().to<Cls>() }
- Create modules with delegate (#393)
val myModule by Module { // implicitly named "myModule" bind { singleton { Cls() } } }
- Kotlin
-
KTOR
- Moved to
2.0
: This has no impact for you, all the breaking changes are internals.
- Moved to
-
COMPOSE
- Upgrade to
1.2.0-alpha01-dev683
- Upgrade to
-
EXTENSION:
-
Documentation fixes