sergey.bogolepov
07/05/2024, 10:37 AMKotlin.Nothing
is translated to Swift.Never
✅
• Kotlin.Any
is translated to a special KotlinBase
(partially merged, there is still a few cases left to cover).
• Support for Kotlin.Char
is WIP👷♂️
• Support for Kotlin.String
is WIP👷♂️
Note that these updates are not yet available on the Kotlin Playground:
• The first version was implemented quickly and kinda dirty before KotlinConf and we need to make some adjustments to streamline the Playground update process 🙃
Yeah, I know this is not the most exciting status update in the world, but bear with me: fun things are coming :)Anonymike
07/05/2024, 4:47 PM