当前位置:网站首页>Kotlin之 Databinding 异常
Kotlin之 Databinding 异常
2022-07-07 02:14:00 【梦想改变生活】
最近在试用Kotlin +JetPack 组件开发项目,遇到一个比较奇怪的问题,就是在试用Databinding 的时候,编译文件时,没有任何报错,但是会出现BR 文件报错。查了官网原理是 Kotlin 在使用Databinding 的时候,需要配置kapt 插件。
Error:(6, 26) Unresolved reference: databinding
解决办法:
1、project build.gradle 中配置:
buildscript {
ext.kotlin_version ='1.7.0'
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath "com.android.tools.build:gradle:4.0.2"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
maven { url 'https://jitpack.io' }
}
}
//核心:
ext.kotlin_version ='1.7.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0"
2、app build.gradle 中配置:
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
kapt {
generateStubs = true
}
搞定收工,还有问题请留言~
边栏推荐
- C language (structure) defines a user structure with the following fields:
- POI export to excel: set font, color, row height adaptation, column width adaptation, lock cells, merge cells
- ICML 2022 | explore the best architecture and training method of language model
- 哈趣投影黑马之姿,仅用半年强势突围千元投影仪市场!
- Performance comparison between Ceres solver and g2o
- Open the blue screen after VMware installation
- Audio distortion analysis of DSP and DAC based on adau1452
- Postgresql源码(59)分析事务ID分配、溢出判断方法
- 牛客小白月赛52 E.分组求对数和(二分&容斥)
- 二十岁的我4面拿到字节跳动offer,至今不敢相信
猜你喜欢

MySQL卸载文档-Windows版

"Parse" focalloss to solve the problem of data imbalance

Open the blue screen after VMware installation

博士申请 | 上海交通大学自然科学研究院洪亮教授招收深度学习方向博士生

Tkinter window selects PCD file and displays point cloud (open3d)

Implementation of VGA protocol based on FPGA

Software testing knowledge reserve: how much do you know about the basic knowledge of "login security"?

POI export to excel: set font, color, row height adaptation, column width adaptation, lock cells, merge cells

Several key steps of software testing, you need to know

ICML 2022 | explore the best architecture and training method of language model
随机推荐
360 Zhiyu released 7.0 new products to create an exclusive "unified digital workspace" for the party, government and army, and central and state-owned enterprises
Knight defeats demon king (Backpack & DP)
拼多多败诉:“砍价免费拿”侵犯知情权但不构成欺诈,被判赔400元
rt-thread 中对 hardfault 的处理
HKUST & MsrA new research: on image to image conversion, fine tuning is all you need
MySQL卸载文档-Windows版
[start from scratch] detailed process of deploying yolov5 in win10 system (CPU, no GPU)
Markdown displays pictures side by side
Cloudcompare point pair selection
微信小程序隐藏video标签的进度条组件
dolphinscheduler3. X local startup
FlexRay通信协议概述
When we talk about immutable infrastructure, what are we talking about
Crudini profile editing tool
BindingException 异常(报错)处理
C interview encryption program: input plaintext by keyboard, convert it into ciphertext through encryption program and output it to the screen.
693. Travel sequencing
Open the blue screen after VMware installation
Go straight to the 2022ecdc fluorite cloud Developer Conference: work with thousands of industries to accelerate intelligent upgrading
Laravel uses Tencent cloud cos5 full tutorial