./gradlew app:dependencies > deps.txt
./gradlew app:dependencies --configuration <productFlavors><buildTypeCapitalized>CompileClasspath
./gradlew app:dependencies --configuration devDebugCompileClasspath
./gradlew clean
If the problem persists try to delete generated, intermediate, tmp... files on the build folder.