Hello. I try to write mpp library for work with ss...
# kotlin-native
c
Hello. I try to write mpp library for work with ssl. How I must work with openssl? I can do one of two: * build from source and put result static library to my git project * build openssl using clang included in konan. I mean I will put in git openssl source, and write build script in gradle. And then openssl will build during build main library What of 2 cases I must use? Maybe JetBrains has officially recommends some methods in this case?
a
For native client you can use 
io.ktor:ktor-client-curl:1.4.0
 - SSL was implemented
d
I would recommend building the core package without including the static binary. Then have the binary in a separate "static" package.
Build from source, not sure how I feel about committing it but it should do.