I have a Realm class A containing a Realm class B with a 1 to 1 relationship.
I've had enough of this and want to put all the B fields and content in class A.
What would be the easiest way to make the migration?
I need to tranfer the existing values from B to their A counterpart.
I'm working with Kotlin on the Realm Java SDK.