IntelliJ Error:Kotlin: Module was compiled

Viewed 5388

I have used IntelliJ IDE just for Spring Boot project. Strong NOTE that I have not used any Kotlin project. But, today, I have an error below. Any professional person. Please, HELP to solve this issue! Thanks, Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.13.

2 Answers

I ran into the same problem, and my solution was:

If you do not use Kotlin in your project, you can solve the problem by turning off the IntelliJ IDE plugin.The operation is as follows:

idea menu:File>Setting>Plugins

Operation flow chart

Related