一、问题描述:
error:Kotlin:modulewas compiled withan incompatible version of kotlin the binary version of its metadata is
二、问题原因:
jar包版本冲突
三、解决方式:
1、Rebuild Project(推荐☆)
重新构建项目:Build → Rebuild Project
2、compile项目
重新编译项目:右侧工具栏maven管理→ 项目名称→ compile
3、升级kotlin插件(网上查的、没测试过,不建议)
本文转载自: https://blog.csdn.net/Roccc666/article/details/136305339
版权归原作者 Roccc666 所有, 如有侵权,请联系我们删除。
版权归原作者 Roccc666 所有, 如有侵权,请联系我们删除。