If i have a class with a companion object and inside that class i got mutable compose state can i us...
y
If i have a class with a companion object and inside that class i got mutable compose state can i use that state every where in my code?
c
Yes, but having state in a companion object (or any static/global state) is a code smell.