PS C:\Users\kunal\StudioProjects\MyApp\android> ./gradlew clean
Starting a Gradle Daemon (subsequent builds will be faster)
Configuration on demand is an incubating feature.
<-------------> 0% CONFIGURING [37m 56s]
> IDLE
> root project > :app
And what help do you expect?
Something in your build is needing long to configure, find out what and why.
You could for example debug your build or use the GitHub - gradle/gradle-profiler: A tool for gathering profiling and benchmarking information for Gradle builds to find out where the time is spent.