[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,8 @@
@class Class3;
@protocol Protocol3;
@interface Class4
@end
@protocol Protocol4
@end
@@ -0,0 +1,2 @@
headers = main.h
language = Objective-C
@@ -0,0 +1,31 @@
#import "included.h"
@class Class1, Class2;
@class Class2;
@interface Class1
@end
@interface Class2
@end
@class Class2;
@protocol Protocol1;
@protocol Protocol1
@end
@protocol Protocol2;
@protocol Protocol2
@end
@interface Class3
@end
@protocol Protocol3
@end
@class Class4;
@protocol Protocol4;