| # Copyright 2018 The Bazel Authors. All rights reserved. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| KOTLIN_CURRENT_RELEASE = "1.2.50" |
| |
| KOTLIN_COMPILER_RELEASES = { |
| "1.2.50": { |
| "version": "1.2.50", |
| "url": "https://github.com/JetBrains/kotlin/releases/download/v1.2.50/kotlin-compiler-1.2.50.zip", |
| "sha256": "bc062c303b376711097a27bda4c28047eda0744e9acc64b9db640c19c7d171a9" |
| }, |
| "1.2.41": { |
| "version": "1.2.41", |
| "url": "https://github.com/JetBrains/kotlin/releases/download/v1.2.41/kotlin-compiler-1.2.41.zip", |
| "sha256": "af872772f268da5ca79d263b2943f1d694d475dddb80b6d408e9548805ed265c" |
| }, |
| "1.2.40": { |
| "version": "1.2.40", |
| "url": "https://github.com/JetBrains/kotlin/releases/download/v1.2.40/kotlin-compiler-1.2.40.zip", |
| "sha256": "3498571126c335be0feec24075c359f1954d46bbabccafc729ec49db1a509658", |
| }, |
| "1.2.30": { |
| "version": "1.2.30", |
| "url": "https://github.com/JetBrains/kotlin/releases/download/v1.2.30/kotlin-compiler-1.2.30.zip", |
| "sha256": "4d6965877301d44241ca6de36480140992dc8a6b1c1884baeb5239ce2c43e071", |
| }, |
| "1.2.21": { |
| "version": "1.2.21", |
| "url": "https://github.com/JetBrains/kotlin/releases/download/v1.2.21/kotlin-compiler-1.2.21.zip", |
| "sha256": "c5f2cbd35daa6c5c394e92e6c06b8eb41d85ad8da64762733874166b6807af22", |
| }, |
| "1.2.20": { |
| "version": "1.2.20", |
| "url": "https://github.com/JetBrains/kotlin/releases/download/v1.2.20/kotlin-compiler-1.2.20.zip", |
| "sha256": "fb63d3d9f37b43f37575e3623c058d42a4b5dc8da08479ab065c4994e421a057", |
| }, |
| "1.2.10": { |
| "version": "1.2.10", |
| "url": "https://github.com/JetBrains/kotlin/releases/download/v1.2.10/kotlin-compiler-1.2.10.zip", |
| "sha256": "95874568919121acb694bec0d6c92c60bdceea53f4c202e23ab734e94a0c26e3", |
| }, |
| "1.2.0": { |
| "version": "1.2.0", |
| "url": "https://github.com/JetBrains/kotlin/releases/download/v1.2.0/kotlin-compiler-1.2.0.zip", |
| "sha256": "895d0f8286db3e4f43d67cd5e09b600af6e0a5017cb74072d1b09c78b697775a", |
| }, |
| } |