Can kotlinc --script specify system properties for the script on the command line?

In other words, is there an equivalent for:

java -Dhttp.proxyHost=proxy.mydomain.com my.main.ClassName

?

It doesn’t look like it. I submitted a feature request here: https://youtrack.jetbrains.com/issue/KT-31721