Kotlin bindings to the AWS Common Runtime
This project is licensed under the Apache-2.0 License.
Kotlin Multiplatform projects are in Alpha. The CRT interfaces are subject to change.
Install some version of libcrypto on which s2n depends. See the s2n documentation.
apt-get install libssl-dev
OR
yum install openssl-devel
Set the path to libcrypto.a
either as a command line argument to gradle -PlibcryptoPath=PATH
or in your local.properties
file.