What is the most elegant way to track the execution times on how long a task took in a gradle build script? In an optimal case log the time directly same or next line to the tas
In Android Studio version >= 4.0 added build analyzer, which track execution time per task in gradle.
Find here after success build: