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