summaryrefslogtreecommitdiffstats
path: root/METADATA
blob: b356e6b72bce2b0dc30162862004f30ce6e35338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: "kotlinc"
description:
    "Standalone Kotlin command-line compiler tools."

third_party {
  url {
    type: HOMEPAGE
    value: "https://kotlinlang.org/"
  }
  url {
    type: ARCHIVE
    value: "https://github.com/JetBrains/kotlin/releases/download/v1.1.4-2/kotlin-compiler-1.1.4-2.zip"
  }
  url {
    type: ARCHIVE
    value: "https://github.com/JetBrains/intellij-community/raw/171/lib/src/trove4j_src.jar"
  }
  version: "1.1.4-2"
  last_upgrade_date { year: 2017 month: 8 day: 25 }
  license_type: RECIPROCAL
}