blob: 73cc779cd0941a08f190f1afc3d1254de883e17f [file] [log] [blame]
Colin Cross91fcedf2017-08-25 16:01:23 -07001name: "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
Przemyslaw Szczepaniakcc830522018-03-02 17:36:21 +000012 value: "https://github.com/JetBrains/kotlin/releases/download/v1.2.30/kotlin-compiler-1.2.30.zip"
Colin Cross91fcedf2017-08-25 16:01:23 -070013 }
14 url {
15 type: ARCHIVE
16 value: "https://github.com/JetBrains/intellij-community/raw/171/lib/src/trove4j_src.jar"
17 }
Przemyslaw Szczepaniakcc830522018-03-02 17:36:21 +000018 version: "1.2.30"
19 last_upgrade_date { year: 2018 month: 3 day: 06 }
Colin Cross91fcedf2017-08-25 16:01:23 -070020 license_type: RECIPROCAL
21}