Skip to content

Commit 68af569

Browse files
committed
Fix
1 parent 7bc1b47 commit 68af569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/internal/jvm/kt_android_local_test_impl.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def _process_jvm(ctx, resources_ctx, **_unused_sub_ctxs):
176176

177177
_java_runtime_version = getattr(java_runtime, "version", 0)
178178
if _java_runtime_version >= 17 and _java_runtime_version < 24:
179-
jvm_flags = jvm_flags + " -Djava.security.manager=allow"
179+
jvm_flags.append("-Djava.security.manager=allow")
180180

181181
return _ProviderInfo(
182182
name = "jvm_ctx",

0 commit comments

Comments
 (0)