Shreyas Patil
09/14/2022, 7:11 AMupdate{}
on the instance of mutable model.
Example:
val state = MutableNotesState(...)
state.update {
isLoading = false
notes = listOf("Lorem Ipsum")
}
Link: https://github.com/PatilShreyas/mutekt/releases/tag/v1.0.0-alpha03