When I try to do something like this ``` @State va...
# android
r
When I try to do something like this
Copy code
@State
val value by Delegates.observable(1) { _, _, newValue -> ... }