If I try to do a switch in Swift on a KotlinEnum a...
# kotlin-native
a
If I try to do a switch in Swift on a KotlinEnum and provide a case for each constant, the compiler gives an error that switch must be exhaustive and it needs a default clause. Is that a limitation of the interop or will it be different in future?
j
@basher filed a feature request to this effect https://github.com/JetBrains/kotlin-native/issues/2521