IntelliJ IDEA编译java程序的时候报错
"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.
评论

React 18的并发渲染确实是个重大改进,我们在项目中已经升级使用,性能提升明显!