Edoardo Luppi
09/15/2023, 11:39 AMJsExport.Ignore
the generated `equals`/`hashCode`/`toString` methods when using `data class`es.
Currently the only way to prevent that is to avoid data classes entirely, or override those methods with custom implementations, which can be tedious.spand
09/15/2023, 12:01 PMEdoardo Luppi
09/15/2023, 12:04 PM