Hi, I loaded a project that was in 1.7.10, I chang...
# javascript
a
Hi, I loaded a project that was in 1.7.10, I changed the Kotlin version to 1.7.20, and now, the editor doesn't load completely, like it I was in Syntax Highlighting mode, but I'm not. There are no build error, no dependency not found, and it's the first time that I'm getting this. I also don't have any notification about an IDE error. What do I do to have my project to load completely ?
a
delete your .idea and .gradle folders, then reimport your project. It also usually helps when you update your kotlin idea plugin to 1.7.20
a
It's already updated, but thanks I'll try !