Currently the whole library is focused on Kotlin to Swift cases but there are also valid cases for Swift to Kotlin support. For example you should be able to call the following function from Swift: ```kotlin suspend fun doSomething(something: suspend (String) -> String): String = TODO() ``` https://kotlinlang.slack.com/archives/C3PQML5NU/p1644904527044239