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.
Asked
Active
Viewed 9,215 times
5
-
Do answers from https://stackoverflow.com/questions/67448034/module-was-compiled-with-an-incompatible-version-of-kotlin-the-binary-version help? – Alexey Belkov Jun 21 '21 at 10:12
2 Answers
18
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

qingmu
- 402
- 2
- 12
6
According to solution from: https://stackoverflow.com/a/71093698/13248380
Try going to Build menu and choose Rebuild project.

Ferdynand Kiepski
- 181
- 3
- 11