realmfieldnameshelper
realmfieldnameshelper copied to clipboard
Realm extension library used to create more type-safe queries.
Can you move this repository from jCenter to Mavencentral
Is it possible to set custom depth of generated fields?
Not sure if this is related to my own project setup or the library, but it seems like building/compiling works fine, `*Fields` classes get generated properly and my code can...
Also made an issue for this in the [dagger 2 repo #1001](https://github.com/google/dagger/issues/1001) when I update to dagger 2.14.1 I can't compile my project. I can fix it by switching back...
CHANGELOG states that theres v1.2.0 available, which fixes/adds some things. But attempt to add 1.2.0 or (as stated in version.txt) 1.2.0-SNAPSHOT to project fails miserably :(
Generate classes as final. Ex: ```java public final class PersonFields { . . . } ```
do you have any plan to add this @StringDef support?
Hi, I am trying to get realm working inside library and app module. I get it working using the example you provide in the docs, separating libraryModule and Realm.getDefaultModule etc....