[ObjCExport] K1 header generator test setup: Use native compiler/native builtIns and production namer configuration

To keep the tests closer to 'real life'/'production.'

KT-65670
This commit is contained in:
Sebastian Sellmair
2024-02-23 08:36:00 +01:00
committed by Space Team
parent ee2aa6d67f
commit 152aa24c53
14 changed files with 179 additions and 175 deletions
@@ -1,3 +1,4 @@
@class LongIterator, DoubleIterator, IntIterator;
@class KotlinLongIterator, KotlinDoubleIterator, KotlinIntIterator;
@protocol KotlinIterator;
@protocol Iterator;