1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| 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.3.21/kotlin-compiler-1.3.21.zip"
| }
| url {
| type: ARCHIVE
| value: "https://github.com/JetBrains/intellij-community/raw/171/lib/src/trove4j_src.jar"
| }
| version: "v1.3.21"
| license_type: RECIPROCAL
| last_upgrade_date {
| year: 2019
| month: 2
| day: 6
| }
| }
|
|