Skip to content

Commit

Permalink
Add dagger processor to module projects
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderMielczarek committed Nov 11, 2016
1 parent 8225efd commit 8dc3340
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions module-qualifier-inverse/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'android-apt'

group = 'com.github.AleksanderMielczarek'

Expand Down
1 change: 1 addition & 0 deletions module-scope-inverse-qualifier-inverse/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'android-apt'

group = 'com.github.AleksanderMielczarek'

Expand Down
1 change: 1 addition & 0 deletions module-scope-inverse/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'android-apt'

group = 'com.github.AleksanderMielczarek'

Expand Down
1 change: 1 addition & 0 deletions module-scope-per-qualifier-inverse/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'android-apt'

group = 'com.github.AleksanderMielczarek'

Expand Down
1 change: 1 addition & 0 deletions module-scope-per/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'android-apt'

group = 'com.github.AleksanderMielczarek'

Expand Down

0 comments on commit 8dc3340

Please sign in to comment.