how does kotlin generate hashcodes for data classe...
# announcements
d
how does kotlin generate hashcodes for data classes?
c
specifics are here: https://kotlinlang.org/docs/reference/data-classes.html But in short, only properties declared in the primary constructor are used for hashCode generation.