[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:
Alexander Shabalin
2024-03-01 22:15:28 +01:00
committed by Space Team
parent d7bccaef42
commit 9f0a6537bb
66 changed files with 6 additions and 30 deletions
@@ -0,0 +1,3 @@
struct Struct3;
struct Struct4 {};
@@ -0,0 +1,12 @@
#include "included.h"
struct Struct1;
struct Struct1 {};
struct Struct2;
struct Struct2 {};
struct Struct2;
struct Struct3 {};
struct Struct4;