copydynamic icon indicating copy to clipboard operation
copydynamic copied to clipboard

Prototype of generating `copyDynamic` extension functions for kotlin data classes

Results 1 copydynamic issues
Sort by recently updated
recently updated
newest added

Can borrow from Moshi's upcoming implementation. This would allow for basically skipping re-setting anything not set in the builder. We would need to change the properties to have a setter...

enhancement