Is there a recommended way to use Kotlin interfaces in Swift/ObjC code? I am running into some issues with it. I want to use the abstract factory pattern and pass around Kotlin objects conforming to Kotlin interfaces, but only using the Kotlin interface types. However, Swift is giving me type conformance issues.