'IntelliJ Error:Kotlin: Module was compiled

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.



Solution 1:[1]

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

Solution 2:[2]

According to solution from: https://stackoverflow.com/a/71093698/13248380

Try going to Build menu and choose Rebuild project.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 qingmu
Solution 2 Ferdynand Kiepski