Just went through following to enable use of Swift...
# kotlin-native
j
Just went through following to enable use of Swift
await
and
async
https://ohmyswift.com/blog/2020/12/25/experimenting-with-swift-async-and-await-pattern-using-xcode/ Are there any thoughts at this stage, for Kotlin/Native, how this could be mapped to Kotlin suspend functions?
👍 1
👀 2
a
There is no direct bridge between Kotlin and Swift yet, it's still relying on Objective-C so I would assume nothing to expect short term.