I have a class `SuspendWrapper` defined in Kotlin,...
# kotlin-native
m
I have a class
SuspendWrapper
defined in Kotlin, but not in the
shared
module, but in another module
ioswrapper
. And now in Swift code the name looks like this
Ioswrapper_SuspendWrapper
. How can I control the name?