IDEA Error:Kotlin: Module was co
2023-07-25 本文已影响0人
极简架构
1.问题:
IDEA maven 工程启动报错
Error: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.16.
2.fix方案:
重新编译项目 Build->Rebuild Project
image.png