IDEA has problems finding a couple classes for aut...
# intellij
s
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.
Fixed it doing following for all problematic files: • duplicating the file • comment file contents • compile • uncomment file contents • remove duplicated file
z
i’m not sure if you can clear indexes for a single project, i always just clear them all (via “Invalidate Caches / Restart”)