Hi 👋 since updating to Kotlin 1.4.0, all symbols coming from dependencies (even Kotlin stdlib) are red in the IDE. However the code compiles just fine. I have tried cleaning the build and the IDE cache, but with no success. Any hints?
a
Alexey Belkov [JB]
09/07/2020, 1:12 PM
Have you updated both IDE plugin and build.gradle to 1.4? Does it help to remove .idea project directory, remove ~/.gradle and reimport the project into IDEA?
n
natario1
09/07/2020, 3:29 PM
Worked, thanks! Forgot to update the IDE plugin.
a
alwyn
09/22/2020, 8:27 PM
I have this problem since upgrading to 1.4.10 and 2020.2.2
alwyn
09/22/2020, 8:55 PM
Problem magically disappeared after multiple removals of .idea and .gradle