"Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.16"
解决办法:
I was facing same issue in IntelliJ IDEA Version: Ultimate 2019.3
Issue occurred when I changed jar version multiple times and click on debug button to run the application.
Issue fixed when i used below steps:
Open IntelliJ >> Build >> Rebuild Project.
After that I run the application again and it worked for me.
留言