Hello, does anyone have idea why there is a big space in my gradle scan timeline around dexBuilder gradle task? (see provided screenshot) It has appeared on my recent builds, but there was no such space before. However in command line it seems the thread is constantly running dexBuilder task, so Im not sure if this timeline is correct.
Also if I set
android.enableDexingArtifactTransform.desugaring=false
in gradle.properties, then timeline looks normal (no empty spaces and dexBuilder runs longer)