我有一个包含多个库模块的大型Android项目。它们都使用Kotlin,而且很多都启用了数据绑定。项目和所有模块的构建和运行都很好,没有错误。然而,对于我认为是误报的每个模块,我在Gradle同步日志中都收到了警告:Kotlin plugin is applied to theproject :feature-a but we cannot find the KaptTask.kotlin-andro
我遵循了自定义绑定适配器 for 映像加载的数据绑定文档,该文档来自安卓官方开发人员网站:Warning:Application namespace for attribute我的守则如下: public static void loadImage(final ImageView imageViewAppContr