Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @NativeCoroutines
- val _selectedDate = MutableStateFlow(viewModelScope, Clock.System.now().toLocalDateTime(TimeZone.currentSystemDefault()).date)
- @NativeCoroutinesState
- val selectedDate: StateFlow<LocalDate> get() = _selectedDate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement