👋 While experimenting with gradle-profiler, i noticed the build with jetifier enabled builds fast as compared to build with jetifier disabled.
It ran 6 warm-up and 10 measurement build in both scenarios on "app:assembleDebug" task / scenario.
Only difference i could find after comparing both scans, the build performing better (jetified one) uses transformed
jetified-kotlin-reflect-1.8.22.jar
as an input to kapt tasks as compared to other.
Any thoughts? Ideally - build with jetifier disabled should perform better.