summaryrefslogtreecommitdiffstats
path: root/build/platform/java/kotlin
diff options
context:
space:
mode:
authorDevtools Arcadia <[email protected]>2022-02-07 18:08:42 +0300
committerDevtools Arcadia <[email protected]>2022-02-07 18:08:42 +0300
commit1110808a9d39d4b808aef724c861a2e1a38d2a69 (patch)
treee26c9fed0de5d9873cce7e00bc214573dc2195b7 /build/platform/java/kotlin
intermediate changes
ref:cde9a383711a11544ce7e107a78147fb96cc4029
Diffstat (limited to 'build/platform/java/kotlin')
-rw-r--r--build/platform/java/kotlin/ya.make31
1 files changed, 31 insertions, 0 deletions
diff --git a/build/platform/java/kotlin/ya.make b/build/platform/java/kotlin/ya.make
new file mode 100644
index 00000000000..b4c0b0b83a5
--- /dev/null
+++ b/build/platform/java/kotlin/ya.make
@@ -0,0 +1,31 @@
+# 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()