man, IDEA is on the fritz in one of my MPPs. Code ...
# multiplatform
k
man, IDEA is on the fritz in one of my MPPs. Code navigation is off. It's showing code errors in random places.
and this is after invalidating caches & restarting, and all the other cleanup things
s
I had the same
Delete your gradle distro. Mine was caching from memory causing all sorts of issues
l
Yeah! I just start to feel like using XCode with lot of delete derived data 😄
k
I just updated to 6.1... maybe that's the source?
s
delete it from your system and allow Gradlew to pull it again
k
so I stopped the gradle daemons, did a clean in my project, and then reimported. seems to have cleaned things up
good call on Gradle being the problem
🤔 1
s
Sweet. Happy for you.