[K/N] Fix lazy header export in one-shot compilation mode

This commit is contained in:
Pavel Kunyavskiy
2023-07-20 17:19:19 +02:00
committed by Space Team
parent e35a28d36d
commit b6060f8440
3 changed files with 10 additions and 3 deletions
@@ -5350,7 +5350,8 @@ Task objcExportTest(
opts += [
"-Xexport-kdoc",
"-Xbinary=bundleId=foo.bar",
"-Xexport-library=test-no-enum-entries-${libraryName}.klib"
"-Xexport-library=test-no-enum-entries-${libraryName}.klib",
"-module-name", "Kt"
]
opts += frameworkOpts
}