[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
+1
@@ -0,0 +1 @@
|
||||
int child1;
|
||||
+1
@@ -0,0 +1 @@
|
||||
int child2;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
#import <twoChildren/child1.h>
|
||||
#import <twoChildren/child2.h>
|
||||
int umbrella;
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
framework module twoChildren {
|
||||
umbrella header "umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user