-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
If we try to model a Realm object with a delegated property the compiler plugin will throw the following error:
[Realm] Realm does not support persisting properties of this type. Mark the field with }}@Ignore{{ to suppress this error.
The @Ignore annotation cannot be applied to delegates.
Fixing this would allow users to write some kind of custom type adapters in their models.