提交 92d9ebcb 编写于 作者: J jessyan

Fix Dagger2 compiler problem on Android Studio v3.0

上级 edd6c1b3
......@@ -64,7 +64,6 @@ dependencies {
//view
annotationProcessor(rootProject.ext.dependencies["butterknife-compiler"]) {
exclude module: 'support-annotations'
exclude module: 'butterknife-annotations'
}
compile rootProject.ext.dependencies["paginate"]
//arms
......
......@@ -114,9 +114,7 @@ dependencies {
//tools
provided rootProject.ext.dependencies["javax.annotation"]
compile rootProject.ext.dependencies["dagger2"]
annotationProcessor(rootProject.ext.dependencies["dagger2-compiler"]) {
exclude module: 'dagger'
}
annotationProcessor rootProject.ext.dependencies["dagger2-compiler"]
compile rootProject.ext.dependencies["androideventbus"]
compile rootProject.ext.dependencies["gson"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册