Hm, any reason the wrapper classe are no `data cla...
# github-workflows-kt
v
Hm, any reason the wrapper classe are no `data class`es? I just assumed they are and wanted to use
.copy(...)
which of course failed. 😄
✅ 1
p
I don’t remember if it was a conscious decision, most probably it was done this way early in the project and no one really questioned it until now 😉 I have nothing against making them data classes
p
@jmfayard do you remember why we didn’t make them data classes from the very beginning?
j
I don't