I'm <profiling my configuration time> and looks li...
# dependency-management
m
I'm profiling my configuration time and looks like a non trivial amount of time is spent in
doFindTransformedVariants()
. Does that ring a bell to anyone?
👀 1
✅ 1
a
👀 1
Are you using Gradle 9.2 or some version before that?
m
I'm on 9.0.0, let me upgrade
That was it 🎯 , I'm down to ~7s from 17s 🎉
🎉 6
👌 1
Thanks!