is there any way to exclude a val from equals/hash...
# getting-started
a
is there any way to exclude a val from equals/hashCode in a data class? currently i've got a private val in the constructor and a public val inside the class body and it works like that