is there a nicer way to invoke kotlin data class copy constructor from swift without having to pass in every argument?
a
Arkadii Ivanov
05/08/2021, 9:08 AM
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?