kamikat / moshi-jsonapi

JSON API v1.0 Specification in Moshi.
MIT License
156 stars 34 forks source link

gradle error app:_debugAnnotationProcessor #60

Closed mikepschneider closed 7 years ago

mikepschneider commented 7 years ago

When I include this in build.grade:

compile 'moe.banana:moshi-jsonapi:master-3.2.2'

I get this error:

Error:Cannot change dependencies of configuration ':app:_debugAnnotationProcessor' after it has been resolved.

Any way around this?

kamikat commented 7 years ago

Hmm... can you reproduce the error after removing the dependency to this library? I have no idea how this happens and not sure if version master-3.2.2 is available from the repository (JitPack or Bintray).

You can also try to invalidate gradle build script cache to see if there's a problem with gradle.