Relative Content

Tag Archive for ioskotlinkotlin-multiplatform

How to import iOS library into my KMP app

I am trying to add a 3rd party iOS library as a dependency in my Kotlin Multiplatform app via cocoapods. The iOS library supports Objective-C so I should be able to import it but I get Unresolved reference when trying to import the library.