-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating to 2.14.1 gives problems with realmfieldnameshelper annotation processor #1001
Comments
Unfortunately this isn't enough information to dissect this issue. Are you getting compilation errors on Dagger's end or Realms' end? What are the compilation errors? Does updating the error count (#306) help? |
@ronshapiro I added that but didn't get anymore info. From the stacktrace I got it seems there is a method missing in
|
When I disable errorprone in my build I don't get any compilation errors. |
@aegis123 had a similar error after upgrading to dagger 2.14.1. Resolved by enforcing guava to |
Duplicate of #1004 |
When updating to Dagger 2.14.1 I have an issue with
RealmFieldHelperClasses
not being generated for my RealmModels switching back to 2.13 resolves the issue.Gives compilation errors and doesn't generate the code
Gives compilation errors but generateds the classes
The text was updated successfully, but these errors were encountered: