Skip to content

Commit

Permalink
Copy changes to DexingTransform from AGP8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-labelle committed Jul 11, 2024
1 parent ffca9c9 commit fb42ed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ object DexingRegistration {
enableApiModeling = creationConfig.enableApiModeling,
dependenciesClassesAreInstrumented = creationConfig.instrumentationCreationConfig?.dependenciesClassesAreInstrumented == true,
asmTransformComponent = creationConfig.name.takeIf { creationConfig.instrumentationCreationConfig?.dependenciesClassesAreInstrumented == true },
useJacocoTransformInstrumentation = creationConfig.useJacocoTransformInstrumentation,
useJacocoTransformInstrumentation = creationConfig.requiresJacocoTransformation,
enableDesugaring = needsDesugaring(creationConfig),
needsClasspath = needsClasspath(creationConfig),
useFullClasspath = useFullClasspath(creationConfig),
Expand Down

0 comments on commit fb42ed9

Please sign in to comment.