Skip to content

Commit

Permalink
单独使用annotationProcessor可解决源码关联问题
Browse files Browse the repository at this point in the history
  • Loading branch information
VeiZhang committed Sep 15, 2017
1 parent 0d37615 commit aeb233d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DownloaderLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:25.0.0'
testCompile 'junit:junit:4.12'
annotationProcessor project(':DownloadCompiler')
compile project(':DownloadCompiler')
}

Expand Down

0 comments on commit aeb233d

Please sign in to comment.