[K/N] Convert :kotlin-native:Interop:StubGenerator
Use folder structure from the rest of the project and build it by the bootstrap compiler.
This commit is contained in:
committed by
Space Team
parent
d7bccaef42
commit
9f0a6537bb
+3
@@ -0,0 +1,3 @@
|
||||
struct Struct3;
|
||||
|
||||
struct Struct4 {};
|
||||
+1
@@ -0,0 +1 @@
|
||||
headers = main.h
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
#include "included.h"
|
||||
|
||||
struct Struct1;
|
||||
struct Struct1 {};
|
||||
|
||||
struct Struct2;
|
||||
struct Struct2 {};
|
||||
struct Struct2;
|
||||
|
||||
struct Struct3 {};
|
||||
|
||||
struct Struct4;
|
||||
Reference in New Issue
Block a user