I'm android dev. When I need some IOS features via...
# multiplatform
t
I'm android dev. When I need some IOS features via actual. I have to learn how IOS works, but I don't know how to convert from objective-C or swift to kotlin. Is there any documentation to guide the conversion? Or can I embed swift into kotlin compose mutilplatform ?
p
Here is the mapping table, https://kotlinlang.org/docs/native-objc-interop.html#mappings + you can use ios framework classes from kotlin in ios module
m
I use ChatGPT for the iOS stuff, works well. FYI