Releases: kosi-libs/Kodein
Releases · kosi-libs/Kodein
7.15.0
⚠️ Compose capabilities are disable as the compiler plugin has not been released yet.
We should be able to re-enable it in 7.15.1 as soon as a new version of compiler plugin will be released.
7.15.0-kotlin-1.7.20-RC
⚠️ Compose capabilities are disable as the compiler plugin has not been released yet.
We should be able to re-enable it in 7.15.1 as soon as a new version of compiler plugin will be released.
7.14.0
- Gradle 7.5
- Kotlin 1.7.10
- Enable compatibility with non-hierarchical projects
7.13.1
Compose Multiplatform 1.2.0-alpha01-dev745
with Kotlin 1.7 compatibility
7.13.0
CORE:
- Kotlin 1.7.0
- Deprecation cycle
⚠️ Compose capabilities are disable as the compiler plugin has not been released yet.
We will re-enable it in 7.13.1 as soon as a new version of compiler plugin will be released.
7.12.0
-
CORE
DI {
bindSingleton { new(::PersonService) }
}
DI {
bindSingleton { Cls() }
delegate<Cls>().to<Cls>()
}
- Create modules with delegate (#393)
val myModule by Module { // implicitly named "myModule"
bind { singleton { Cls() } }
}
-
KTOR
- Moved to
2.0
: This has no impact for you, all the breaking changes are internals.
-
COMPOSE
- Upgrade to
1.2.0-alpha01-dev683
-
EXTENSION:
-
Documentation fixes
7.11.0
- CORE
- Documentation improvements (thanks to the contributors!).
- Deprecation cycle
- COMPOSE
- JB Compose 1.1.0 Alpha5
- Introduce
rememberDI
Composable function
- Fix
rememberX
functions` behavior
- Update documentation
7.10.0
- Core
- Compose
- JB Compose 1.0.1-rc2
- Compose for the Web
7.9.0
- Core
- Gradle 7.2
- AGP 7
- Kotlin 1.5.31
- Apple Silicon support
- Compose
- JB Compose beta1
- Android : remember ViewModel helper