Hi all, I keep getting "Unresolved reference" whe...
# getting-started
z
Hi all, I keep getting "Unresolved reference" when writing unit tests for a class I'm actively developing even though the imports are there and intellij isn't complaining. If I build or hit run from Intellij, I get compilation errors. The errors only disappear of I build via gradle. What am I missing here?
j
you can try
File - Invalidate Caches
z
Thank you, Jingkei Ly. Nice to meet you 🙂