-
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
runtime artifact accidentally published as annotations #174
Comments
It sounds like "implementation" may refer to your use of "implementation"
as a dependency scope, but I couldn't be sure without more of the error
message. Is this an Android project?
…On Thu, Feb 27, 2020, 6:05 PM Edgar Vega ***@***.***> wrote:
implementation("com.ryanharter.auto.value:auto-value-moshi-runtime:1.0.0")
that implementation not found. What is the correct implementation? thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#174?email_source=notifications&email_token=AAJ4S3QIINX55Y3I4HD6GQTRFBILZA5CNFSM4K5FZ6F2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IQ6WD7A>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ4S3UX77BSWJ4MRQHIIWLRFBILZANCNFSM4K5FZ6FQ>
.
|
added this to gradle |
is it possible that the com.ryanharter.auto.value:auto-value-moshi-runtime:1.0.0 |
used com.ryanharter.auto.value:auto-value-moshi-annotations:1.0.0" instead |
The use of "com.ryanharter.auto.value:auto-value-moshi-annotations:1.0.0" works fine but do not reflect the github Readme of the project |
I've updated the title to clarify until we release an updated version. In the meantime we've explained the workaround here. I'm locking this as more duplicate comments about the readme aren't helpful. |
implementation("com.ryanharter.auto.value:auto-value-moshi-runtime:1.0.0") that implementation not found. What is the correct implementation? thanks
The text was updated successfully, but these errors were encountered: