Skip to content

Instantly share code, notes, and snippets.

@tkhduracell
Created September 18, 2018 05:39
Show Gist options
  • Save tkhduracell/88f978ae7dd308ee1d56642afa933adc to your computer and use it in GitHub Desktop.
Save tkhduracell/88f978ae7dd308ee1d56642afa933adc to your computer and use it in GitHub Desktop.
error: package com.google.auto.value does not exist android

I added the following dependencies to get auto-value 1.6.2 to work on android.

implementation      "com.google.auto.value:auto-value-annotations:1.6.2"
annotationProcessor "com.google.auto.value:auto-value:1.6.2"
compileOnly 'com.google.auto.value:auto-value:1.6.2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment