Skip to content

Commit

Permalink
Don't hardcode -Xuse-experimental (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj committed Jan 6, 2022
1 parent 0533cfe commit 56c32cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kotlin/internal/utils/utils.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def _init_builder_args(ctx, rule_kind, module_name):
args.add("--kotlin_jvm_target", toolchain.jvm_target)
args.add("--kotlin_api_version", toolchain.api_version)
args.add("--kotlin_language_version", toolchain.language_version)
args.add("--kotlin_passthrough_flags", "-Xuse-experimental=kotlin.Experimental")

debug = toolchain.debug
for tag in ctx.attr.tags:
Expand Down

0 comments on commit 56c32cb

Please sign in to comment.