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