KT-64931: add convertion of kotlin top-lvl functions into swift static functions
Merge-request: KT-MR-13878 Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
This commit is contained in:
+1
@@ -90,6 +90,7 @@ private fun readRequestFromFile(file: File): BridgeRequest {
|
||||
this.name = fqName.last()
|
||||
this.returnType = returnType
|
||||
this.parameters += parameters
|
||||
this.isStatic = false
|
||||
}
|
||||
return BridgeRequest(function, bridgeName, fqName)
|
||||
}
|
||||
Reference in New Issue
Block a user