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?
Kurt Renzo Acosta
03/17/2020, 5:24 AM
Nvm got it. I need to configure the framework to export the library