Enol Simón
08/20/2024, 10:13 AMactual
class for iOS. I found a couple of projects that are implementing it, but they are using cocoa pods and I am using SPM.
I have installed the package <https://github.com/googlemaps/ios-maps-sdk/>
and now I would like to use this inside my kotlin code. With cocoa pods I see that is possible to do something like this: https://github.com/ismai117/KMap/blob/master/composeApp/src/iosMain/kotlin/org/ncgroup/kmap/GoogleMapView.ios.kt but i can not make it work using SPM. Anybody has a similar implementation, even if it is not ith GoogleMaps, about how to use swift or objective C code from a third party library in your kotlin implementation?Cherrio LLC
08/22/2024, 6:31 AM