Is there a place I can see what the state of `valu...
# multiplatform
a
Is there a place I can see what the state of `value class`es is in the Multiplatform ecosystem? Specific questions: • Can we use a
value class
within Kotlin/JS and Kotlin/Native without worrying about any platform-specific wonkiness? • Can we expose a
value class
to JS or iOS consumers of our KMP code? Do they get exposed as their underlying types?