I'd like to install the compiler version of Kotlin。Firstly I dowloaded the zip package from the GitHub then I extracted it to a folder, according to it's readme.md I install the Ant, and I use the command ant -f update_dependencies.xml in Command Line。But it occured a problem as follow picture shows:
Obviously the reason is I can’t connect the web site descripted in the update_dependencies.xml file.And I find that Kotlin seems do not provides binary installation package. Is there any way I can solve the problem? Many thanks.