Exposing `Result<T>` is exposed to Swift as ...
# multiplatform
j
Exposing
Result<T>
is exposed to Swift as
Any?
, understandably so. Wondering if anyone have a suggested alternative they've been using.
a
Inline classes are not properly exposed to obj c. https://kotlinlang.org/docs/native-objc-interop.html#unsupported. You can make the same non-value class for representing result