Class ‘com.xxxx.Log‘ was compiled with an incompatible version of Kotlin.

Class 'com.xxxx.Log' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.7.1, expected version is 1.5.1.

原因:在build.gradle中使用了1.5.30版本的kotlin插件,与第三方库中的kotlin插件版本不同,需要进行升级。

需要将:

classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30'

改为:

classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10'
相关推荐
wenxin-20 分钟前
NS3网络模拟器中如何利用Gnuplot工具像MATLAB一样绘制各类图形?
开发语言·matlab·画图·ns3·lr-wpan
数据小爬虫@2 小时前
深入解析:使用 Python 爬虫获取苏宁商品详情
开发语言·爬虫·python
健胃消食片片片片2 小时前
Python爬虫技术:高效数据收集与深度挖掘
开发语言·爬虫·python
王老师青少年编程3 小时前
gesp(C++五级)(14)洛谷:B4071:[GESP202412 五级] 武器强化
开发语言·c++·算法·gesp·csp·信奥赛
水瓶丫头站住4 小时前
安卓APP如何适配不同的手机分辨率
android·智能手机
一只小bit4 小时前
C++之初识模版
开发语言·c++
xvch5 小时前
Kotlin 2.1.0 入门教程(五)
android·kotlin
王磊鑫5 小时前
C语言小项目——通讯录
c语言·开发语言
钢铁男儿5 小时前
C# 委托和事件(事件)
开发语言·c#
Ai 编码助手5 小时前
在 Go 语言中如何高效地处理集合
开发语言·后端·golang