is there a nicer way to invoke kotlin data class c...
# multiplatform
x
is there a nicer way to invoke kotlin data class copy constructor from swift without having to pass in every argument?
a
I think there is no way, but you manually add useful copy methods to the state class. As of changing the state, it seems like a business logic, maybe better to share it in Kotlin?