Skip to content

Conversation

dmaclach
Copy link
Contributor

@dmaclach dmaclach commented Oct 6, 2025

Partial fix for
KT-81447 Native: Objective-C: Excessive 'swift_name' attributes being generated

Removes swift_name attribute from declarations that would already have that swift name. Initially focusing on properties and and simple methods that have no parameters.

The excessive use of swift_attributes creates large headers, and even larger pcm files generated from those headers.

Partial fix for
KT-81447 Native: Objective-C: Excessive 'swift_name' attributes being generated

Removes swift_name attribute from declarations that would already have that swift name.
Initially focusing on properties and and simple methods that have no parameters.

The excessive use of swift_attributes creates large headers, and even larger pcm files
generated from those headers.
@dmaclach dmaclach requested a review from a team as a code owner October 6, 2025 16:53
@dmaclach dmaclach requested a review from haitaka October 6, 2025 16:53
@dmaclach
Copy link
Contributor Author

dmaclach commented Oct 6, 2025

Please feel free to comment on my kotlin style. It is not my primary language by a long shot.

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.

1 participant