Related to above issue: if i have a kotlin enum wi...
# kotlin-native
y
Related to above issue: if i have a kotlin enum with a companion object, the objc/swift companion object does not have the same methods as the non companion version so i cannot call any methods on it. Is this expected behavior?
s
What do you mean by “non companion version”?