Is this considered “Stable”? ```@Stable class Foo ...
# compose
t
Is this considered “Stable”?
Copy code
@Stable
class Foo {
   var fieldA: Boolean by mutableStateOf(false)
}
✔️ 2
👌 8