启动项目错误

23 阅读1分钟

说明:记录一次启动项目错误,如下,

错误信息Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.6.0.

在这里插入图片描述

解决:在设置中,找到Kotlin Compiler,修改版本为上面错误信息提示的是预期版本(1.6.0),然后clean项目,重新启动

在这里插入图片描述

首次发布

hezhongying.blog.csdn.net/article/det…