When I have a sealed class in my module, I can per...
# kotlin-native
k
When I have a sealed class in my module, I can perfectly use it in Kotlin/Native interoperable with Swift but if I use a sealed class from a library, I can use it in K/N but I can't seem to find the subclasses in Swift. Has anybody encountered this?
Nvm got it. I need to configure the framework to export the library