Hey! I’ve noticed that kotlin multiplatform works ...
# ios
e
Hey! I’ve noticed that kotlin multiplatform works really well with NS types from swift, but doesn’t expose non-NS equivalents. Ex: NSDate works totally fine, but Date isn’t exposed in Foundation. Is this an known issue or am I just missing something?
h
There is no stable swift interop yet, use NSDate in Kotlin and Swift maps the NSDate from the objective c framework to Date
e
okay good to know, thanks! Is swift interop on roadmap or not yet?