kotlin native - offline install
Answered
Hi,
I am behing a corporate proxy and when I try to run a kotlin-native application (the "hello world") it throws the error:
exception: org.jetbrains.kotlin.konan.util.DependencyDownloader$HTTPResponseException: Server returned HTTP response code: 407 for URL: https://download.jetbrains.com/kotlin/native/msys2-mingw-w64-x86_64-gcc-7.3.0-clang-llvm-lld-6.0.1.zip
Is there a way to intall this manually? I can download the file.. but I cant put the IntelliJ to do it by itself
PS:Gradle has all the proxy information and it can download the dependencies.. but it seems this is from IDE not gradle
thank you
José Cruz
Please sign in to leave a comment.
Please use https://discuss.kotlinlang.org/ for any questions related to Kotlin.