summaryrefslogtreecommitdiff
path: root/METADATA
blob: 0d43d3767e2d9ea7d59343e709ec2ec649a39b21 (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
# This project was upgraded with external_updater.
# Usage: tools/external_updater/updater.sh update kotlinc
# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md

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.8.10/kotlin-compiler-1.8.10.zip"
  }
  url {
    type: ARCHIVE
    value: "https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330-sources.jar"
  }
  version: "v1.8.10"
  license_type: RESTRICTED
  license_note: "would be RECIPROCAL save for:\n   license/third_party/rhino_LICENSE.txt\n   license/third_party/testdata/findbugs_license.txt\n   license/third_party/trove_license.txt\n   license/third_party/trove_readme_license.txt"
  last_upgrade_date {
    year: 2023
    month: 3
    day: 20
  }
}