Kotlin native coroutines support Swift 5.5

Hi,

When writing coroutines code in Kotlin native we get a different Api in iOS using callbacks. I understand this happens because Swift does not have anything similar to that. However, as part of Swift 5.5, it will get coroutines using async keywords in a very similar way than Kotlin uses it (swift-evolution/0296-async-await.md at main · apple/swift-evolution · GitHub)

Are there plans to support that new feature? It would be a game changer for building libraries using KN