This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
io.woong.savedstate:savedstate-ktx:1.2.0
is released. Version 1.2.0 contains these commits.
New Feature
- Add
SavedStateHandle.getOrDefault
andSavedStateHandle.getOrElse
that is similar feature toMap.getOrDefault
andMap.getOrElse
. (#13)
Dependency Update
- Update dependency from
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3
toorg.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4
. (#14)