Gradle dagger lint: ignore by package

后端 未结 2 1063
别跟我提以往
别跟我提以往 2021-02-12 22:54

I\'ve created an Android project using Gradle. I\'ve added a Dagger library:

dependencies {
    compile \'com.squareup.dagger:dagger-compiler:1.2.1\'
    compile         


        
2条回答
  •  你的背包
    2021-02-12 23:28

    FYI, as of version 0.10.1 of the Android Gradle plugin this will no longer be necessary; lint will automatically ignore these issues found within Dagger: https://android-review.googlesource.com/#/c/93140/

提交回复
热议问题