启动项目遇到:Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version

错误内容

在启动springboot项目时,(实际是在用mybatis-plus-generator自动生成代码时,启动main方法时报错)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.

 解决方法

找到File -> Settings -> Plugins -> Installed将Kotlin插件Disable掉就可以

 


版权声明:本文为weixin_35612914原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。