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/ymake.core.conf | |
parent | c6b60ec7c6d0f1da88975fd3992dd6b48321d079 (diff) | |
download | ydb-34f17a82a8817cfc83b81b4bb14991dfaba7b639.tar.gz |
Restoring authorship annotation for <pazus@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 081833998b..d373db6565 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -4803,7 +4803,7 @@ macro WITH_GROOVY() { } # tag:kotlin-specific -KOTLINC_FLAGS_VALUE=-Xjvm-default=all +KOTLINC_FLAGS_VALUE=-Xjvm-default=all ### @usage: KOTLINC_FLAGS(-flags) ### ### Set additional Kotlin compilation flags. @@ -4815,7 +4815,7 @@ macro KOTLINC_FLAGS(Args...) { WITH_KOTLINC_PLUGIN_ALLOPEN= ### @usage: WITH_KOTLINC_ALLOPEN(-flags) ### -### Enable allopen kotlin compiler plugin https://kotlinlang.org/docs/all-open-plugin.html +### Enable allopen kotlin compiler plugin https://kotlinlang.org/docs/all-open-plugin.html macro WITH_KOTLINC_ALLOPEN(Options...) { SET_APPEND(KOTLINC_OPTS_VALUE ${pre=-P plugin\:org.jetbrains.kotlin.allopen\::Options}) SET(WITH_KOTLINC_PLUGIN_ALLOPEN yes) @@ -4832,8 +4832,8 @@ macro WITH_KOTLINC_NOARG(Options...) { } # tag:kotlin-specific -KOTLIN_VERSION=1.6.10 -KOTLIN_BOM_FILE=${ARCADIA_ROOT}/contrib/java/org/jetbrains/kotlin/kotlin-bom/1.6.10/ya.dependency_management.inc +KOTLIN_VERSION=1.6.10 +KOTLIN_BOM_FILE=${ARCADIA_ROOT}/contrib/java/org/jetbrains/kotlin/kotlin-bom/1.6.10/ya.dependency_management.inc GROOVY_VERSION=3.0.5 # tag:java-specific @@ -8950,10 +8950,10 @@ KOTLIN_JVM_TARGET= when ($JDK_VERSION == "8") { KOTLIN_JVM_TARGET=1.8 } -elsewhen ($JDK_VERSION == "18") { - # remove when kotlin starts supporting jdk18 bytecode - # see also devtools/ya/jbuild/gen/actions/idea.py - KOTLIN_JVM_TARGET=17 +elsewhen ($JDK_VERSION == "18") { + # remove when kotlin starts supporting jdk18 bytecode + # see also devtools/ya/jbuild/gen/actions/idea.py + KOTLIN_JVM_TARGET=17 } otherwise { KOTLIN_JVM_TARGET=$JDK_VERSION |