Trying to figure out how to get a prebuilt binary ...
# touchlab-tools
k
Trying to figure out how to get a prebuilt binary
.klib
used in iOS sources. I have something like this:
Copy code
iosMain.dependencies {
    implementation(files("libs/openssl-ios-arm64.klib"))
    implementation(files("libs/openssl-ios-simulator-arm64.klib"))
}