Hello - I am trying to get started with Kotlin. I ...
# getting-started
d
Hello - I am trying to get started with Kotlin. I tried to download the command-line compiler - wget the download link on https://github.com/JetBrains/kotlin/releases/tag/v1.1.2-5 - it redirects to an obscure place on S3. All is probably fine but is it not possible to verify the integrity of the release in any way? Preferably via a GPG signature, alternatively via a SHA-2 digest?
a
darger: you can try installing it with sdk http://sdkman.io/
d
I'll give it a try - thanks!