vicpinm / Kotlin-Realm-Extensions

Kotlin extensions to simplify Realm API.
Apache License 2.0
535 stars 53 forks source link

Support for RealmModule based objects in RealmConfigStore #29

Closed magillus closed 6 years ago

magillus commented 6 years ago

Current solution only supports RealmObject for definition of configuration. We need to support also second way of creating Realm objects -> @RealmClass and RealmModel interface and RealmModule

magillus commented 6 years ago

It will be faster to do then expected - I will join it with #22

vicpinm commented 6 years ago

Hi @magillus, thanks alot for your PRs, I'm a bit busy these days but I will try to look at them as soon as I can!

magillus commented 6 years ago

@vicpinm I understand, I separated #29 from #22 which removed the dependency

magillus commented 6 years ago

I just noticed that this is not completed, it was overridden back because of reflection issues in commit 58ee7db5ff3a2292ca9698338c65f8e0059d5e14