Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its
今天公司有个项目莫名其妙的运行不起来,提示Kotlin版本兼容问题,网上找到解决方案后,整理下来,亲测有效才提供的
·
错误信息
Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.15.
解决方案
重新编译项目
Build->Rebuild Project
更多推荐
所有评论(0)