cmelchior / realmfieldnameshelper

Realm extension library used to create more type-safe queries.
Apache License 2.0
173 stars 21 forks source link

Any chance of this annotation processor being updated to be incremental? #38

Closed Zhuinden closed 3 years ago

Zhuinden commented 5 years ago

Now that Realm's annotation processors are incremental (https://github.com/realm/realm-java/pull/6496), can this also be incremental?

Zhuinden commented 5 years ago

Wait a second, is it really just about adding the following file:

/src/main/resources/META-INF/gradle/incremental.annotation.processors

with the following line:

dk.ilios.realmfieldnames.RealmFieldNamesProcessor,aggregating

?

I don't see any type mirrors being compared with ==.

It might even work right out of the box... o-o