Kotlin data class has a method `copy()` that allow...
# announcements
p
Kotlin data class has a method
copy()
that allows you to get a copy of the object with only some changes. If used in Java however all the parameters must be provided. Is there a workaround?