说明:记录一次启动项目错误,如下,
错误信息: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项目,重新启动
说明:记录一次启动项目错误,如下,
错误信息: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项目,重新启动