Unresolved reference: kotlinx 和 Unresolved reference:xxx

Unresolved reference: kotlinx

这个报错是因为build.gradle中忘记apply plugin了

javascript 复制代码
apply plugin: 'kotlin-android-extensions'

如下

同步以后再次编译发现报错

Unresolved reference:xxx

是因为用于使用 Gradle 构建的 Kotlin 版本与 IDE 插件中的版本不一样的原因

解决方法

Tools-Kotlin-Configure Kotlin Plugin Updates

点击install - apply

完成以后修改版本号

相关推荐
JMchen12321 分钟前
Android NDK开发从入门到实战:解锁应用性能的终极武器
android·开发语言·c++·python·c#·android studio·ndk开发
脚大江山稳2 小时前
单独为mysql数据库的某个库创建用户
android·数据库·mysql
吉哥机顶盒刷机2 小时前
XDBL安卓玩机刷机工具V2.8_解压缩版
android·智能手机·电脑
sinat_267611913 小时前
Trae AI 进行 Android 从0 到 1的一键开发
kotlin·android studio·trae
XiaoLeisj4 小时前
Android 广播机制实战:从系统广播监听、自定义登录通知到有序广播分发
android
urkay-4 小时前
Android 图片轮廓提取与重叠轮廓合并处理
android·算法·iphone
2501_916008894 小时前
2026 iOS 证书管理,告别钥匙串依赖,构建可复制的签名环境
android·ios·小程序·https·uni-app·iphone·webview
KevinCyao4 小时前
Go短信营销接口示例代码:Golang高并发调用营销短信接口的实现方案与代码分享
android·前端·网络·golang·前端框架
xiangxiongfly9156 小时前
Android 绘制流程源码分析
android·layout·measure·绘制流程·draw
进击的cc6 小时前
Android Kotlin:高阶函数与Lambda简化回调地狱
android·kotlin