Hello there, I use swiftklib to be able to use Swift implementation in kotlin. When using basic swift this just works but as soon as i want to use external dependencies in this swift code (like we usualy do with spm) my imports and code are not recognized; Looks simple still I don't know what's the best practice to fix this.
Thank you 🙂 tbh I already knew the hack with interface + swift implementation on ios project but i want to embed the swift implementation in a sdk so this is not viable for what i want to do. Also I finally found what i was looking for but it's wip : https://github.com/ttypic/swift-klib-plugin/pull/47/ . Anyway thanks for the resources, I learned some things with these great shares thanks :)