Hi everyone, when running command assembleReleaseAndroidTest I noticed that :app:kaptReleaseAndroidTestKotlin is executed and takes over 9 seconds to run. The only kapt dependencies we have is in our app code and are not used for Androidtest. Does anyone have a clue why the task is executed and how to further analyse what is actually done by KAPT?