While compiling my Android code, the compiler displayed the following warning:
warning: Unclosed files for the types '[io.realm.OrderListRealmProxy]'; these types will not undergo annotation processing"
What is wrong with my Realm object class?
This is because you're using List<>
instead of RealmList<>
in an object you've extended RealmObject
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With