dimsuz
ViewState.draft.nullableReminderAt.modify(state) { reminderAt -> reminderAt ?: LocalTime.of(10, 0) }
Alejandro Serrano Mena