You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to add the annotation to the classpath. The big disadvantage is that all of the other classes are also added to the class path (AutoValue components, possible Guava etc).
The text was updated successfully, but these errors were encountered:
It'd be awesome if
@MoshiAdapterFactory
would be in it's own artifact so that one does not have to use the following:provided 'com.ryanharter.auto.value:auto-value-moshi:0.4.1'
to add the annotation to the classpath. The big disadvantage is that all of the other classes are also added to the class path (AutoValue components, possible Guava etc).
The text was updated successfully, but these errors were encountered: