Clean & update gradle cache:
C:\Users\<YourUsername>\.gradle\caches~/.gradle/caches./gradlew cleanBuildCache
./gradlew clean
Resolve unresolved references:
Rebuild the project:
This should fix the cache corruption and compilation issues, but if that didn't work, check this detailed solution on StackOverflow.