-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error:(16, 20) error: cannot find symbol class AutoValueMoshi_JsonAdapterFactory #54
Comments
Just tested using |
Ignore me. I didn't have any static JsonAdapter methods in my model classes. |
Yeah, we get this issue a lot, so we should update the readme. I'm open to On Sun, Oct 2, 2016, 11:29 AM Kavi Dhokia notifications@github.com wrote:
|
Trying to compile a pure java module and I have added
compileOnly 'com.ryanharter.auto.value:auto-value-moshi:0.4.0'
to my gradle file but it seems like my factory class isn't being generated...
This is the static method for my
JsonAdapterFactory
class:public static JsonAdapter.Factory create() { return new AutoValueMoshi_JsonAdapterFactory(); }
The text was updated successfully, but these errors were encountered: