disable Component Merging
Enabling this indicates that only code generation should run and no component merging should run. This is useful for cases where you want to use @ContributesTo, @ContributesBinding, or similar annotations but not@MergeComponent or @MergeSubcomponent functionality. This allows for anvil use in projects with kapt enabled but not require disabling incremental compilation in kapt stub generation tasks.