Incremental builds would not modify the accessors correctly. The issue is caused because the function isRealmModelClass fails to detect valid Realm models in incremental builds.
The issue was introduced when this function was refactored and failed to add a negation. Original function.
Tested manually and reviewed the generated bytecode.
Closes #7840.
Incremental builds would not modify the accessors correctly. The issue is caused because the function
isRealmModelClass
fails to detect valid Realm models in incremental builds.The issue was introduced when this function was refactored and failed to add a negation. Original function.
Tested manually and reviewed the generated bytecode.