Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions value/userguide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,16 @@ dependencies {
}
```

Those using gradle for Android projects should use
```groovy
dependencies {
provided "com.google.auto.value:auto-value:1.2"
annotationProcessor "com.google.auto.value:auto-value:1.2"
}
```
See https://bitbucket.org/hvisser/android-apt/wiki/Migration for more info about replacing apt with annotationProcessor in gradle for Android.


[tbroyer-apt]: https://plugins.gradle.org/plugin/net.ltgt.apt


Expand Down