Android gradle5.0 注解处理器不执行

在注解处理器所在 module 的 build.gradle 修改:

dependencies {

implementation fileTree(dir:’libs’,include: [‘*.jar’])

annotationProcessor’com.google.auto.service:auto-service:1.0-rc4′

    implementation project(“:annotation”)

compileOnly’com.google.auto.service:auto-service:1.0-rc4′

    implementation”com.squareup:javapoet:1.9.0″

}

    原文作者:4ff5e1e6459f
    原文地址: https://www.jianshu.com/p/8580753e5903
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞