Skip to content

Commit

Permalink
fix build, we need to explicitly pass auto dep with the new model
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Aug 4, 2017
1 parent a365d4a commit 308ffdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions butterknife/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dependencies {
testImplementation deps.junit
testImplementation deps.truth
testImplementation deps.compiletesting
testImplementation deps.auto.common
testImplementation files(getRuntimeJar())
testImplementation files(org.gradle.internal.jvm.Jvm.current().getToolsJar())
testImplementation project(':butterknife-compiler')
Expand Down

0 comments on commit 308ffdd

Please sign in to comment.