Sergio
11/09/2023, 6:45 PMindyfromoz
11/09/2023, 7:26 PMKtor
client for HTTP requests in a API client library, for example, code written in Kotlin. We can use the KMP library for JVM, Android, etc.
In case of iOS/macOS native XCFramework, we tend to use NSURLSession
along with async/await
, code written in Swift.
Surely, there will be difference in the size of the XCFrameworks created via these two pathways. But, can we call the comparison fair?Sergio
11/09/2023, 8:41 PM