icerockdev / moko-kswift

Swift-friendly api generator for Kotlin/Native frameworks
https://moko.icerock.dev
Apache License 2.0
352 stars 22 forks source link

Add feature to generate improved copy method #78

Closed ema987 closed 10 months ago

ema987 commented 1 year ago

When using this feature a new copy method will be generated for Kotlin data classes to be able to have an improved version of the copy method usable in the Swift code

Should close #61 when completed.

I open it as draft to have opinions on how to complete the work if we want to merge this feature 😄

Attention points: