IDEA has problems finding a couple classes for auto completion and refactorings. It compiles fine though (via delegation to gradle). I assume the indexes are bad but can I clear them for a single project only ?
Rebuild project doesnt fix it.
spand
06/15/2021, 12:48 PM
Fixed it doing following for all problematic files:
• duplicating the file
• comment file contents
• compile
• uncomment file contents
• remove duplicated file
z
Zach Klippenstein (he/him) [MOD]
06/15/2021, 3:44 PM
i’m not sure if you can clear indexes for a single project, i always just clear them all (via “Invalidate Caches / Restart”)