I\'m trying to rebuild my Android Studio Gradle project (containing mostly Kotlin code), but it started to throw an UnableToDeleteFileException during the clean
UnableToDeleteFileException
Deleting the directory intermediates is a quick fix for problem.
intermediates
The directory will be rebuilt when the project is rebuilt.