diff options
author | pazus <pazus@yandex-team.ru> | 2022-02-10 16:51:38 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:38 +0300 |
commit | 34f17a82a8817cfc83b81b4bb14991dfaba7b639 (patch) | |
tree | 55d90d49b38356bf81e8601a2810c41ad7adde10 /build/platform | |
parent | c6b60ec7c6d0f1da88975fd3992dd6b48321d079 (diff) | |
download | ydb-34f17a82a8817cfc83b81b4bb14991dfaba7b639.tar.gz |
Restoring authorship annotation for <pazus@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/platform')
-rw-r--r-- | build/platform/java/kotlin/ya.make | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/build/platform/java/kotlin/ya.make b/build/platform/java/kotlin/ya.make index b4c0b0b83a..dd1d03a101 100644 --- a/build/platform/java/kotlin/ya.make +++ b/build/platform/java/kotlin/ya.make @@ -8,22 +8,22 @@ ELSEIF(KOTLIN_VERSION == "1.3.72") ELSEIF(KOTLIN_VERSION == "1.4.0") DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:1708283452) ELSEIF(KOTLIN_VERSION == "1.4.10") - DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:1730522145) + DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:1730522145) ELSEIF(KOTLIN_VERSION == "1.4.20") - DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:1869719387) -ELSEIF(KOTLIN_VERSION == "1.4.30") - DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:1974389794) -ELSEIF(KOTLIN_VERSION == "1.5.10") + DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:1869719387) +ELSEIF(KOTLIN_VERSION == "1.4.30") + DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:1974389794) +ELSEIF(KOTLIN_VERSION == "1.5.10") DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:2183338194) ELSEIF(KOTLIN_VERSION == "1.5.20") DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:2257446523) -ELSEIF(KOTLIN_VERSION == "1.5.21") - DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:2285312314) -ELSEIF(KOTLIN_VERSION == "1.5.30") - DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:2382793744) -ELSEIF(KOTLIN_VERSION == "1.5.31") - DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:2444978303) -ELSEIF(KOTLIN_VERSION == "1.6.10") +ELSEIF(KOTLIN_VERSION == "1.5.21") + DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:2285312314) +ELSEIF(KOTLIN_VERSION == "1.5.30") + DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:2382793744) +ELSEIF(KOTLIN_VERSION == "1.5.31") + DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:2444978303) +ELSEIF(KOTLIN_VERSION == "1.6.10") DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:2754878302) ELSE() MESSAGE(FATAL_ERROR Unexpected KOTLIN_VERSION ${KOTLIN_VERSION}) |