kotlin 项目中使用databinding 编译提示 Unresolved reference: BR 需要在build.gradle中添加 kotlin 注释插件 apply plugin: ‘kotlin-kapt’