Skip to content

0.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 15:16
· 261 commits to master since this release

viewmodel

  • On non-Android targets: ViewModel.viewModelScope does not use Dispatchers.Default as a fallback.
    That means the CoroutineDispatcher of ViewModel.viewModelScope is Dispatchers.Main.immediate or Dispatchers.Main.

Example, docs

  • Refactor example code.
  • Add NOTE about the kotlinx-coroutines dependency when targeting Desktop (aka. jvm).