Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

1.0.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cheonjaeung cheonjaeung released this 08 Dec 10:42
a423008

New Features

  • Add new delegates for property that can used like val foo: Int? by savedStateHandle (#1)
  • Add new extension functions SavedStateHandle.nullable() and SavedStateHandle.notNull() for properties with initial value. (#2)