[K/N] Fix lazy header export in one-shot compilation mode
This commit is contained in:
committed by
Space Team
parent
e35a28d36d
commit
b6060f8440
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user