I'm repeatedly finding Jetpack Compose-related cod...
# compose
j
I'm repeatedly finding Jetpack Compose-related code documentation to be unclearly written. Here's an example for `SnapshotMutableState`:
A mutable value holder where reads to the value property during the execution of a Composable function, the current RecomposeScope will be subscribed to changes of that value.
e
File a bug on issuetracker. They've been pretty responsive to documentation issues I've reported.
j
Good idea! Thanks!