Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
senneco committed Apr 13, 2017
2 parents bc26916 + f7b0241 commit 45e24de
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,6 @@ Base modules integration:
dependencies {
...
compile 'com.arello-mobile:moxy:1.4.6'
provided 'com.arello-mobile:moxy-compiler:1.4.6'
}
```
If you want to see generated code, use `apt` instead of `provided` dependency type:
```groovy
dependencies {
...
apt 'com.arello-mobile:moxy-compiler:1.4.6'
}
```
Note: if you use gradle plugin verion 2.2.2 and above, so you can use `annotationProcessor` instead of `apt`:
```groovy
dependencies {
...
annotationProcessor 'com.arello-mobile:moxy-compiler:1.4.6'
}
```
Expand Down

0 comments on commit 45e24de

Please sign in to comment.