This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
1.0.0-beta1
Pre-release
Pre-release
New Features
- Add new extension function
SavedStateHandle.liveData()
for delegateMutableLiveData
. (#5) - Add new extension function
SavedStateHandle.stateFlow()
for delegateStateFlow
. (#8)
Bug Fixes
SavedStateHandle.notNull
is no longer available for nullable property. (#6)
Dependency Updates
- This library is now depends on
org.jetbrains.kotlinx:kotlinx-coroutines-core
version 1.4.1. (#7) - This library is now exposing
org.jetbrains.kotlinx:kotlinx-coroutines-core
andandroidx.lifecycle:lifecycle-viewmodel-savedstate
dependencies.
This library will add dependencies to your project even though your project is not depends on these libraries explicitly. (#7)