zt
04/08/2023, 2:40 AMayodele
04/08/2023, 10:58 AMzt
04/08/2023, 5:27 PMStylianos Gakis
04/08/2023, 10:57 PMColton Idle
04/09/2023, 3:06 AMayodele
04/09/2023, 11:24 AMval
and you override the equals
function, as that is what compose uses to determine change. If your class agrees to these conditions a function can be marked skippable
by the compose compiler.Stylianos Gakis
04/09/2023, 11:40 AMTbh, your data classes is immutable if the public properties are val and you override the equals function, as that is what compose uses to determine change. If your class agrees to these conditions a function can be marked skippable by the compose compiler.
Not if the data class is inside a module where the compose plugin isn't applied
ayodele
04/09/2023, 11:59 AM