Alexandru Hadăr
06/26/2023, 9:21 PMTextFieldColors
is not a data class
?
They seem to be implementing the equals
method by hand.Francesc
06/26/2023, 9:28 PMdata class
, you can use a regular class and implement those 2 methods yourself (equals
and hashCode
). On top of that, libraries should stay clear of `data class`es as a general ruleAlexandru Hadăr
06/26/2023, 9:45 PMephemient
06/26/2023, 10:07 PMAlexandru Hadăr
06/26/2023, 10:08 PMAlexandru Hadăr
06/26/2023, 10:08 PM