diff options
author | heretic <[email protected]> | 2022-02-10 16:45:43 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:43 +0300 |
commit | 397cbe258b9e064f49c4ca575279f02f39fef76e (patch) | |
tree | a0b0eb3cca6a14e4e8ea715393637672fa651284 /build/platform/java/kotlin | |
parent | 43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'build/platform/java/kotlin')
-rw-r--r-- | build/platform/java/kotlin/ya.make | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/build/platform/java/kotlin/ya.make b/build/platform/java/kotlin/ya.make index b4c0b0b83a5..4b3b794d29f 100644 --- a/build/platform/java/kotlin/ya.make +++ b/build/platform/java/kotlin/ya.make @@ -1,12 +1,12 @@ -# how to build: https://a.yandex-team.ru/arc/trunk/arcadia/devtools/kotlin_compiler_uberjar -RESOURCES_LIBRARY() -OWNER(heretic) -IF(USE_SYSTEM_KOTLIN_COMPILER) - MESSAGE(WARNING System kotlin $USE_SYSTEM_KOTLIN_COMPILER will be used) +# how to build: https://a.yandex-team.ru/arc/trunk/arcadia/devtools/kotlin_compiler_uberjar +RESOURCES_LIBRARY() +OWNER(heretic) +IF(USE_SYSTEM_KOTLIN_COMPILER) + MESSAGE(WARNING System kotlin $USE_SYSTEM_KOTLIN_COMPILER will be used) ELSEIF(KOTLIN_VERSION == "1.3.72") - DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:1463870128) + DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:1463870128) ELSEIF(KOTLIN_VERSION == "1.4.0") - DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:1708283452) + DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:1708283452) ELSEIF(KOTLIN_VERSION == "1.4.10") DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:1730522145) ELSEIF(KOTLIN_VERSION == "1.4.20") @@ -14,7 +14,7 @@ ELSEIF(KOTLIN_VERSION == "1.4.20") 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) + 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") @@ -24,8 +24,8 @@ ELSEIF(KOTLIN_VERSION == "1.5.30") 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}) -ENDIF() -END() + DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:2754878302) +ELSE() + MESSAGE(FATAL_ERROR Unexpected KOTLIN_VERSION ${KOTLIN_VERSION}) +ENDIF() +END() |