1name: "kotlinc" 2description: "Standalone Kotlin command-line compiler tools." 3third_party { 4 url { 5 type: HOMEPAGE 6 value: "https://kotlinlang.org/" 7 } 8 url { 9 type: ARCHIVE 10 value: "https://github.com/JetBrains/kotlin/releases/download/v1.4.30/kotlin-compiler-1.4.30.zip" 11 } 12 url { 13 type: ARCHIVE 14 value: "https://github.com/JetBrains/intellij-community/raw/171/lib/src/trove4j_src.jar" 15 } 16 version: "v1.4.30" 17 # would be RECIPROCAL save for: 18 # license/third_party/rhino_LICENSE.txt 19 # license/third_party/testdata/findbugs_license.txt 20 # license/third_party/trove_license.txt 21 # license/third_party/trove_readme_license.txt 22 license_type: RESTRICTED 23 last_upgrade_date { 24 year: 2021 25 month: 2 26 day: 17 27 } 28} 29