https://kotlinlang.org logo
a

Ashley Figueira

01/22/2021, 1:08 PM
Hey, starting off with KMM and when I tried running the project on iOS it fails to build while running the task
:shared:compileKotlinIosX64
essentially fails to download the antive dependencies 🤷
Copy code
Downloading native dependencies (LLVM, sysroot etc). This is a one-time action performed only on the first run of the compiler.
...
Cannot download a dependency: javax.net.ssl.SSLException: Received close_notify during handshake
Waiting 27.0 sec and trying again (attempt: 10/10).
e: javax.net.ssl.SSLException: Received close_notify during handshake
2 Views