AndroidStudio报错Annotation processors must be explicitly declared now.

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/soha_dong/article/details/79799981

可以在App的Build中声明:

javaCompileOptions {
            annotationProcessorOptions {
                includeCompileClasspath true
            }
        }

猜你喜欢

转载自blog.csdn.net/soha_dong/article/details/79799981