Hello, i'm looking for a way to reduce or even stop AppDynamics from building the DexArchiveBuilderTask/ DexBuilderDebug task during debug builds which is causing a bottle neck in every single Gradle build. I've added the flag false but AppDynamic seems to still trigger the dex builder. adeum { .. enabledForDebugBuilds = false .. } problem: Dex builder runs every time during debug build // ./gradlew build :app:myexample:dexBuilderDebug Duration: 102s / 30% Type: com.android.build.gradle.internal.tasks.DexArchiveBuilderTask Task Execution Categories: Uncategorized Warnings no warnings found Reason task ran Input property 'mixedScopeClasses` file /Users/****/build/intermediates/transform/AppDynamics/debug/349.jar has changed Input property 'mixedScopeClasses` file /Users/****/build/intermediates/transform/AppDynamics/debug/501/com/appdynamics/...BuildInfo.class has changed I'd appreciate any suggestion on how to achieve this as it's causing a large amount of build times during debug builds. regards, Red
... View more