Skip to content

Allow multiple kt_plugin_cfg #1353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 1, 2025
Merged

Conversation

restingbull
Copy link
Collaborator

Since multiple plugin configurations can be provided to a simple compilation unit, adding a merge_cfgs hook before finalizing the configurations ensure the plugin author can merge configurations into a format that the compiler plugin can consume.

This is a precursor to adding kapt options.

fyi: @shs96c

@restingbull restingbull force-pushed the restingbull/multiple-plugin-config branch from 05676c5 to 6777456 Compare July 18, 2025 04:25
Since multiple plugin configurations can be provided to a simple compilation unit, adding a merge_cfgs hook before finalizing the configurations ensure the plugin author can merge configurations into a format that the compiler plugin can consume.

This is a precursor to adding kapt options.
@restingbull restingbull force-pushed the restingbull/multiple-plugin-config branch from 6777456 to 6e9f8d0 Compare July 18, 2025 15:35
@restingbull restingbull merged commit 43a1533 into master Aug 1, 2025
4 checks passed
@restingbull restingbull deleted the restingbull/multiple-plugin-config branch August 1, 2025 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants