realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

Re-writing accessors transformer using the new AGP API #7694

Closed nhachicha closed 1 year ago

nhachicha commented 2 years ago

Closes #7714

nhachicha commented 1 year ago

@rorbech I updated the current WIP

For reference:

rorbech commented 1 year ago

I manually verified that all our examples are running with the current state. Also verified that updating model and other sources is properly rebuilt in incremental builds for a couple of the examples.