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?