Is it possible to import & reference dependenc...
# compose
j
Is it possible to import & reference dependencies added via SPM in
shared/src/iOSMain/kotlin
? I would like to add the UIKit view but I’m the JetBrains documentation only shows an example importing from platform package such as
platform.MapKit.MKMapView
or
platform.UIKit.UITextField
. I found an example importing a third-party library using Cocoapods but I wasn’t sure if this is a requirement of Compose Multiplatform or just a preference of the examples developer. Slack Conversation