Hello, I just imported an iOS framework to my KMM project (then again by converting it into a Pod), but it does not show all the classes, attributes, and functions the framework has. When I directly add this dependency on XCode for other projects, I can access all the missing classes, attributes, and functions. Is there anyone experienced such situation?
Umut Baser
05/09/2024, 4:29 PM
It seems its caused by the framework is developed on Swift and looks like it is not supported by kotlin multiplatform
s
Sebastien Leclerc Lavallee
05/09/2024, 6:20 PM
That is possible. If you have only a subset of all classes. Some classes might not be possible to imported from Swift.