Kotlin Interface

Hi,
I’m developing a Multiplatform project.
I have an interface (named A, for example) in Kotlin and I have a method (B) that implements this interface, when I generate a SharedLibrary.framework and I import in Xcode, my swift code not recognized that B implements A.

Why do it occurs?