What are your workarounds to make a value/inline c...
# kotlin-native
h
What are your workarounds to make a value/inline class more useable in Swift? Currently, the type is mapped to Any.
n
Our workaround is to not expose `value class`es to Swift 🤷🏻‍♂️
p
Yep that's our workaround too.
h
Yeah, I do use this "workaround" too, but I hoped, there is a better way 😄
Okay, looks like you could simple downcast the value to its expected type.