Skip to content

0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 19:48
· 487 commits to master since this release

Changed

  • Make ViewModel.viewModelScope public.

Added

  • Add an ViewModel.addCloseable API and a new constructor overload constructor(vararg closeables: Closeable),
    that allow you to add one or more Closeable objects to the ViewModel
    that will be closed when the ViewModel is cleared without requiring any manual work in onCleared().