This message was deleted.
# performance
s
This message was deleted.
l
@no Here's the screenshot. The affected
object
is
RefreshVersionsConfigHolder
. I know the approach is a little dirty, but it was so much easier to just keep the
buildSrc
around to get the dependencies when needed. I'm planning to do otherwise as I add support for includedBuilds, but I'd like it to work alright in the meantime. The source of that object is here: https://github.com/jmfayard/refreshVersions/blob/master/plugins/core/src/main/kotlin/de/fayard/refreshVersions/core/internal/RefreshVersionsConfigHolder.kt
I also see two instances of
DefaultGradle_Decorated
retained by
BeanDynamicObject
, but since there's only two instances, it might be expected as there's the root project and its buildSrc.