samueleperricone
Results
1
issues of
samueleperricone
Async Await function are not currently supported and breaks the conversion. Example: ``` protocol MyProtocol { func myFunction() async -> MyData } ``` Should translates to: ``` interface MyProtocol {...