summaryrefslogtreecommitdiffstats
path: root/build/platform/java/kotlin
diff options
context:
space:
mode:
authorarcadia-devtools <[email protected]>2022-03-15 13:35:56 +0300
committerarcadia-devtools <[email protected]>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /build/platform/java/kotlin
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'build/platform/java/kotlin')
-rw-r--r--build/platform/java/kotlin/ya.make31
1 files changed, 0 insertions, 31 deletions
diff --git a/build/platform/java/kotlin/ya.make b/build/platform/java/kotlin/ya.make
deleted file mode 100644
index b4c0b0b83a5..00000000000
--- a/build/platform/java/kotlin/ya.make
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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)
-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)
-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: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")
- DECLARE_EXTERNAL_RESOURCE(KOTLIN_COMPILER sbr:2754878302)
-ELSE()
- MESSAGE(FATAL_ERROR Unexpected KOTLIN_VERSION ${KOTLIN_VERSION})
-ENDIF()
-END()