Hi, I've installed GoogleMaps and GooglePlaces via...
# multiplatform
m
Hi, I've installed GoogleMaps and GooglePlaces via Swift Package Manager but I can't import them in Kotlin (iosMain). Is there a way to fix this? Thanks
p
In the case of Google Places you can define an interface in Kotlin, then implement that interface in Swift and then pass to kotlin the actual implementation. In the case of Google Maps you can embed it in a Composable UiKitView or UiKitViewController
👍 1
c
@Maicol Are you targeting iOS or Android?
m
Both (Maps and Places are added in androidMain for Android and in SPM for iOS)