Emil Kantis
10/16/2021, 5:46 PM./gradlew :my-app:test --info
twice in a row, the compileKotlin task shows as up-to-date
but still takes around 1 second to execute, is this to be expected? Once you have a few projects it adds a few seconds here and there to test startup time which feels incredibly unnecessary
> Task :my-app:compileKotlin UP-TO-DATE
Excluding []
Excluding []
Build cache key for task ':my-app:compileKotlin' is 17a575849d631a792fda5556b1b04bd2
Skipping task ':my-app:compileKotlin' as it is up-to-date.
:my-app:compileKotlin (Thread[Daemon worker Thread 3,5,main]) completed. Took 1.179 secs.
Vampire
10/17/2021, 9:45 AMgradle-profiler
to investigate deeper.