Fix regression where was removed from generated modulemaps
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ internal fun createObjCFramework(
|
|||||||
frameworkDirectory,
|
frameworkDirectory,
|
||||||
frameworkName,
|
frameworkName,
|
||||||
exportedInterface.headerLines,
|
exportedInterface.headerLines,
|
||||||
moduleDependencies = emptySet()
|
moduleDependencies = setOf("Foundation")
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user