[KT-39120] Add "-fmodules" argument support to Cinterop
Merge-request: KT-MR-6921 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
10fc86ef92
commit
b883dc5434
@@ -0,0 +1,9 @@
|
||||
#ifndef M1_M1_h
|
||||
#define M1_M1_h
|
||||
|
||||
@protocol Foo
|
||||
@end
|
||||
|
||||
int bar;
|
||||
|
||||
#endif
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
framework module m1 {
|
||||
umbrella header "m1.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user