You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This follows up #2352 by adding header map support to
`experimental_mixed_language_library`. It adds a new parameter:
`enable_header_map` which if `True` will generate a headermap for the
mixed language `objc_library`. This header map will be included by the
`swift_library` and `objc_library` to enable `#import <>` semantics.
Closes#2371
Co-authored-by: Matt Robinson <[email protected]>
Once #2352 merges we should update
experimental_mixed_language_library
to useheader_map
and theheader_map_support
rules.The text was updated successfully, but these errors were encountered: