背景:
使用intellij-idea工具,spring boot项目,使用的maven
问题:
项目中没有依赖Kotlin,结果报错Kotlin版本问题,如下
Kotlin: Module was compiled with an incompatible 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.
参考文章:
intellij idea - Error:Kotlin: Module was compiled with an incompatible version of Kotlin in a project of Spring Boot with Java not Kotlin not gradle - Stack Overflow