summaryrefslogtreecommitdiff
path: root/METADATA
blob: ad0467af807342550ab9ed96758b9a63194f9cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.4.30/kotlin-compiler-1.4.30.zip"
  }
  url {
    type: ARCHIVE
    value: "https://github.com/JetBrains/intellij-community/raw/171/lib/src/trove4j_src.jar"
  }
  version: "v1.4.30"
  # would be RECIPROCAL save for:
  #   license/third_party/rhino_LICENSE.txt
  #   license/third_party/testdata/findbugs_license.txt
  #   license/third_party/trove_license.txt
  #   license/third_party/trove_readme_license.txt
  license_type: RESTRICTED
  last_upgrade_date {
    year: 2021
    month: 2
    day: 17
  }
}