Abdourahamane Boinaidi
Abdourahamane Boinaidi
@cmelchior Ok thank you, I will wait for your return
> Throwing some API ideas in here, since I know @nhachicha had some ideas as well > > a) Similar to Realm Java > > ``` > @LinkingObjects("child") > val...
@cmelchior Another question, in Realm java you can create a query from a `RealmList`, I checked the doc and I didn't see how I could do it with Realm kotlin....
What is the status of the internal type adapter for enums?
Hi all, we also had the same issue, - realm version: 1.7.0 - Mobile: SM-Samsung G973F - Android version: Android 12 (no rooted) **Exception** ``` MissingLibraryException: Could not find 'librealmc.so'....
@edualonso Ok thanks for your answer, and so I created the [ticket](https://github.com/realm/realm-core/issues/6321) in `Core`. But if not, we currently sort ourselves in kotlin so it works but having this feature...
I think the support of the Enums would be beneficial. I work on kotlin projects, and it's a pain to always manage enums in different ways. When we receive a...