been doing some kotlin 1.6.0 compilation profiling...
# compiler
z
been doing some kotlin 1.6.0 compilation profiling and it's not looking good. Anyone else seeing similar? incremental abi change in a library and app and incremental build • 39s before, 58s after incremental change in just a feature project • 36s before, 55s after
😕 2
a
@Zac Sweers, could you enable performance reports and attach it?
z
yeah will do
🙏 1
a
BTW does your case includes compiler plugins? If yes, I would suggest you a patch, it might affect performance.
z
yeah we're running anvil, ksp, and a couple others