新建项目后 导入viewBinding 编译后提示 Unresolved reference: BR
解决办法
app 目录下 build.gradle 中 plugins 节点
添加
id 'kotlin-kapt'
参考 https://stackoverflow.com/questions/77409050/could-not-find-androidx-corecore-ktx1-8-10
新建项目后 导入viewBinding 编译后提示 Unresolved reference: BR
解决办法
app 目录下 build.gradle 中 plugins 节点
添加
id 'kotlin-kapt'
参考 https://stackoverflow.com/questions/77409050/could-not-find-androidx-corecore-ktx1-8-10