Niklas Wintrén
10/08/2025, 6:02 AMhfhbd
10/08/2025, 6:05 AMNiklas Wintrén
10/08/2025, 6:05 AMNiklas Wintrén
10/08/2025, 6:08 AMArtem Olkov
10/08/2025, 8:01 AMhow does swiftExport handle suspend/FlowIt doesn't 🙂 We do not support those yet.
the most common work around when using swiftExportThere is none, as the technology is experimental and was released less then a month ago 🙂
Artem Olkov
10/08/2025, 8:03 AMDo you have to avoid suspend/FlowIf your public API depends on those - I would recommend using Objective-C export with KMP-NativeCoroutines or SKIE , as we do not have a public timeline for that support in Swift Export (except that this is the feature we are currently working on).