Respect JAVA_OPTS env variable in CLI tools. (#1478)
This commit is contained in:
@@ -19,3 +19,9 @@ It will produce platform-specific shared object (.so on Linux, .dylib on macOS a
|
||||
C language header, allowing to use all public APIs available in your Kotlin/Native program from C code.
|
||||
See `samples/python_extension` as an example of using such shared object to provide a bridge between Python and
|
||||
Kotlin/Native.
|
||||
|
||||
Q: How do I run Kotlin/Native behind corporate proxy?
|
||||
|
||||
A: As Kotlin/Native need to download platform specific toolchain, you need to specify
|
||||
`-Dhttp.proxyHost=xxx -Dhttp.proxyPort=xxx` as compiler's or `gradlew` arguments,
|
||||
or set it via `JAVA_OPTS` environment variable.
|
||||
|
||||
Reference in New Issue
Block a user