aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuramalinov <yuramalinov@yandex-team.ru>2022-02-10 16:51:40 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:40 +0300
commitd1534e9f0d4be18cd2fff6367630bfd4c167168d (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb
parent442de60c2e8e9c14db76bd72d8581780210d9847 (diff)
downloadydb-d1534e9f0d4be18cd2fff6367630bfd4c167168d.tar.gz
Restoring authorship annotation for <yuramalinov@yandex-team.ru>. Commit 2 of 2.
-rw-r--r--build/plugins/java.py4
-rw-r--r--build/ymake.core.conf12
2 files changed, 8 insertions, 8 deletions
diff --git a/build/plugins/java.py b/build/plugins/java.py
index 3e3eb9bc67..16fc126734 100644
--- a/build/plugins/java.py
+++ b/build/plugins/java.py
@@ -143,8 +143,8 @@ def onjava_module(unit, *args):
data['WITH_KOTLIN'] = extract_macro_calls(unit, 'WITH_KOTLIN_VALUE', args_delim)
if unit.get('KOTLIN_JVM_TARGET'):
data['KOTLIN_JVM_TARGET'] = extract_macro_calls(unit, 'KOTLIN_JVM_TARGET', args_delim)
- if unit.get('KOTLINC_FLAGS_VALUE'):
- data['KOTLINC_FLAGS'] = extract_macro_calls(unit, 'KOTLINC_FLAGS_VALUE', args_delim)
+ if unit.get('KOTLINC_FLAGS_VALUE'):
+ data['KOTLINC_FLAGS'] = extract_macro_calls(unit, 'KOTLINC_FLAGS_VALUE', args_delim)
if unit.get('KOTLINC_OPTS_VALUE'):
data['KOTLINC_OPTS'] = extract_macro_calls(unit, 'KOTLINC_OPTS_VALUE', args_delim)
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 33067c149d..081833998b 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -4804,13 +4804,13 @@ macro WITH_GROOVY() {
# tag:kotlin-specific
KOTLINC_FLAGS_VALUE=-Xjvm-default=all
-### @usage: KOTLINC_FLAGS(-flags)
-###
-### Set additional Kotlin compilation flags.
-macro KOTLINC_FLAGS(Args...) {
+### @usage: KOTLINC_FLAGS(-flags)
+###
+### Set additional Kotlin compilation flags.
+macro KOTLINC_FLAGS(Args...) {
SET_APPEND(KOTLINC_OPTS_VALUE $Args)
-}
-
+}
+
# tag:kotlin-specific
WITH_KOTLINC_PLUGIN_ALLOPEN=
### @usage: WITH_KOTLINC_ALLOPEN(-flags)