I have a related question. Why every @Stable or @I...
# compose
a
I have a related question. Why every @Stable or @Immutable class I've came across implements equals, hashCode and toString manually instead of making the class a data class? The only reason I can think of are additional componentX functions in data classes. Is is because the Compose team really did not want those to be available? Or is it because of some other issue in the Compose compiler that does not support data classes?