how do you exclude properties from the generated e...
# announcements
t
how do you exclude properties from the generated equals/hashCode methods in a data class?
h
I don't think you can. You can override equals/hashCode yourself though, in which case the compiler does not generate them.