A problem occurred configuring root project 'android' with gradle error

I am building a flutter app and i am getting this error:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> java.util.concurrent.ExecutionException: org.gradle.api.GradleException: Failed to create Jar file C:\Users\iansh\.gradle\caches\jars-9\d13d5d147448cec6eaf32e09c2e3eb55\kotlin-daemon-embeddable-1.7.10.jar.

What could be the problem

Can you provide a build --scan or at least the --stracktrace output?