Has anyone taken a look at using
Gradle Swift build in conjunction with KMM? Could this be helpful when pure Swift dependencies are needed? I’m thinking there has to be an easy way to do the traditional Kotlin interface implemented by Swift, where the library can handle creating the Swift class. The main challenge here is that the Swift framework would have to depend on the Kotlin framework to get the interface, but the Kotlin framework would have to depend on the Swift framework to get the class that implements the interface.