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.7.20/kotlin-compiler-1.7.20.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.7.20" 17 license_type: RESTRICTED 18 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" 19 last_upgrade_date { 20 year: 2022 21 month: 9 22 day: 29 23 } 24} 25