背景:
使用intellij-idea工具,spring boot项目,使用的maven
问题:
项目中没有依赖Kotlin,结果报错Kotlin版本问题,如下
Kotlin: Module was ***piled with an in***patible version of Kotlin. The binary version of its metadata is 1.7.1, expected version is 1.1.15.
解决方案:
Just go to the Build menu and click on the rebuild project.
只需要去Build菜单点击重建项目即可
参考文章:
intellij idea - Error:Kotlin: Module was ***piled with an in***patible version of Kotlin in a project of Spring Boot with Java not Kotlin not gradle - Stack Overflow