Roughly once a week, my Android Studio projects be...
# android-studio
z
Roughly once a week, my Android Studio projects become fubar. Suddenly, import statements are incorrect according to the compiler. Repairing the IDE and rebooting my computer always resolves it. Anyone else having this? I believe its been happening since the early days of 🦔
m
Something like this happens whenever I make a typo inside square brackets while writing kdoc comments. Lint seems to cache kdoc link errors and you cannot correct the problem as far as it is concerned. I find that correcting the typo, then closing and reopening the project fixes the problem.
z
That sounds horrible 😅 I usually don't even change any code when this happens, it's more like my project is being recompiled and as a result runs into the "issues" when going through a given module.