Skip to content

Commit

Permalink
Add kapt note
Browse files Browse the repository at this point in the history
  • Loading branch information
elihart authored Jul 22, 2017
1 parent db8b76c commit 60dbfd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ kapt {

so that `AutoModel` annotations work properly. More information [here](https://github.com/airbnb/epoxy/wiki/Epoxy-Controller#usage-with-kotlin)

Also, make sure to use `kapt` instead of `annotationProcessor` in your dependendies in the `build.gradle` file.

## Library Projects
To use Epoxy in a library or module add [Butterknife's gradle plugin](https://github.com/JakeWharton/butterknife#library-projects) to your `buildscript`.

Expand Down

0 comments on commit 60dbfd4

Please sign in to comment.