Não foi possível criar um serviço do tipo FileHasher usando BuildSessionservices.createfilehasher ()

# find all the process related to gradle by
ps aux | grep gradle
# then kill the process
kill -9 <pid>
# and build again :)
GutoTrosla