启动的时候报错:Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.1.16.
做一下记录
原因:
idea的kotlin插件版本比pom中的低。
1.1这时候我们可以直接去rebuild project 一下,一般都是可以解决的
启动的时候报错:Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.1.16.
做一下记录
原因:
idea的kotlin插件版本比pom中的低。
1.1这时候我们可以直接去rebuild project 一下,一般都是可以解决的