Hi everyone, when running command assembleReleaseA...
# android
r
Hi everyone, when running command assembleReleaseAndroidTest I noticed that appkaptReleaseAndroidTestKotlin 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?
d
I would assume that androidTest tasks need to run kapt tasks so that they are executing accurate app code in your tests, including generated classes due to annotations.