1name: "kotlinc"
2description:
3    "Standalone Kotlin command-line compiler tools."
4
5third_party {
6  url {
7    type: HOMEPAGE
8    value: "https://kotlinlang.org/"
9  }
10  url {
11    type: ARCHIVE
12    value: "https://github.com/JetBrains/kotlin/releases/download/v1.2.30/kotlin-compiler-1.2.30.zip"
13  }
14  url {
15    type: ARCHIVE
16    value: "https://github.com/JetBrains/intellij-community/raw/171/lib/src/trove4j_src.jar"
17  }
18  version: "1.2.30"
19  last_upgrade_date { year: 2018 month: 3 day: 06 }
20  license_type: RECIPROCAL
21}
22