We’re just getting started with Kotlin Native and Multiplatform. Is there a good sample where the Kotlin Native library is importing another iOS library? Our goal is then to export the Kotlin Native library, but not necessarily as a fat binary if that works
k
kpgalligan
10/15/2018, 5:34 PM
You want to call out to another iOS framework from K/N?
r
ralf
10/15/2018, 5:36 PM
Yes, exactly
k
kpgalligan
10/15/2018, 5:37 PM
You need an interop sample, unless the ios library is one of the "standard" ones. Assume it's one your team is building?