Skip to content

Add support for Swift to Kotlin cases #42

@rickclephas

Description

@rickclephas

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:

suspend fun doSomething(something: suspend (String) -> String): String = TODO()

https://kotlinlang.slack.com/archives/C3PQML5NU/p1644904527044239

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions