Efe
12/12/2018, 10:02 AMh0tk3y
12/12/2018, 1:33 PM*.klib
artifacts are not actual binaries, they contain the LLVM bitcode and some Kotlin metadata, and they are supposed to be consumed by the Kotlin/Native compiler as a dependency. They are not suitable for use as binary libraries. To use a Kotlin/Native library with iOS, you actually need to build an Objective-C framework from the iOS target. Please see this tutorial for the exact setup steps: https://kotlinlang.org/docs/tutorials/native/mpp-ios-android.htmlEfe
12/12/2018, 1:45 PMh0tk3y
12/12/2018, 5:40 PM./gradlew build
.Zachary Smith
12/16/2018, 9:16 PMEfe
12/16/2018, 9:42 PM