realm-kotlin
realm-kotlin copied to clipboard
Enforce realm constraints on unmanaged entities too
There are a number of places where realm has specific constraints on what can be imported. These constraints could also be enforced in unmanaged entities to give rapid feedback then constructing data for import, etc.
One example of this is https://github.com/realm/realm-kotlin/pull/1429#discussion_r1315812784
Another already addressed instance of this was https://github.com/realm/realm-kotlin/issues/1443