This adds support for @import when using experimental_mixed_language_library. There seems to be a "bug" (or at least a usability issue) in Bazel where if module_map is set on objc_library then the enable_modules attr does nothing.
This enables modules via copts instead, similar to how it was done in rules_apple_line.
This adds support for
@import
when usingexperimental_mixed_language_library
. There seems to be a "bug" (or at least a usability issue) in Bazel where ifmodule_map
is set onobjc_library
then theenable_modules
attr does nothing.This enables modules via copts instead, similar to how it was done in rules_apple_line.