value classes aren’t implemented across the objc i...
# kotlin-native
k
value classes aren’t implemented across the objc interop bridge. Right now we get those values upcast to
Any
in swift. Is there any reason K/N hasn’t decided to just box the value across the bridge?