Skip to content

[ObjCExport] Add explicit ObjCBlock parameter name in ObjC export header #5448

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

edisongz
Copy link
Contributor

@edisongz edisongz commented May 20, 2025

Enhancing Xcode's block parameter autocomplete suggestions for
Objective-C headers exported from Kotlin/Native projects.

^KT-77488

@edisongz edisongz requested a review from a team as a code owner May 20, 2025 11:50
@edisongz edisongz requested a review from sellmair May 21, 2025 10:22
edisongz added 6 commits June 12, 2025 15:01
Enhancing Xcode's block parameter autocomplete suggestions for
Objective-C headers exported from Kotlin/Native projects

^KT-77488
Addressing errors in parameter index retrieval for `block` with
multiple parameters of the same type.

^KT-77488
This adds the option for using explicit block parameter names when
exporting kotlin lambdas to ObjC block.
The flag to enable this
is: -Xbinary=objcExportBlockExplicitParameterNames=true

^KT-77488
This adds the option for using explicit block parameter names when
exporting kotlin lambdas to ObjC block.
The flag to enable this
is: -Xbinary=objcExportBlockExplicitParameterNames=true

^KT-77488
@edisongz edisongz force-pushed the objc_export_block_parameter_names branch from dcacc0c to 72ff75c Compare June 12, 2025 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants