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?