realm-kotlin
realm-kotlin copied to clipboard
[POC] Rework dynamic API to use generic 'get'
This is a POC showing that we could do a dynamic API through get/set operator overloading. This is probably to be superseded by #1810, but did this PR separately to ensure that we could cover the existing dynamic api uses cases with the new API.