[ObjCExport] Support exported library modules
This new module gives the ability to resolve symbols from provided klib KtLibraryModules withing a Analysis Session. ^KT-65327 Fixed
This commit is contained in:
committed by
Space Team
parent
b5b7e5f262
commit
10cf97f05b
+3
-2
@@ -69,14 +69,15 @@ class ObjCExportDependenciesHeaderGeneratorTest(
|
||||
* Requires being able to use AA to iterate over symbols to 'export' the dependency
|
||||
*/
|
||||
@Test
|
||||
@TodoAnalysisApi
|
||||
fun `test - exportedAndNotExportedDependency`() {
|
||||
doTest(
|
||||
dependenciesDir.resolve("exportedAndNotExportedDependency"), configuration = HeaderGenerator.Configuration(
|
||||
frameworkName = "MyApp",
|
||||
generateBaseDeclarationStubs = true,
|
||||
dependencies = listOf(testLibraryAKlibFile, testLibraryBKlibFile),
|
||||
exportedDependencyModuleNames = setOf("org.jetbrains.kotlin:testLibraryA")
|
||||
exportedDependencyModuleNames = setOf(
|
||||
"org.jetbrains.kotlin:testLibraryA", "testLibraryA"
|
||||
)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user