Skip to content

Commit 29ab863

Browse files
authored
Update name of experimental_prune_transitive_deps flag. (#1101)
After the rename to `rules_kotlin`, the flag `--@io_bazel_rules_kotlin//kotlin/settings:experimental_prune_transitive_deps=True` no longer exists.
1 parent 18142b7 commit 29ab863

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlin/settings/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bool_flag(
3030
)
3131

3232
# Kotlin strict deps can be enabled by setting the following value on the command line
33-
# --@io_bazel_rules_kotlin//kotlin/settings:experimental_prune_transitive_deps=True
33+
# --@rules_kotlin//kotlin/settings:experimental_prune_transitive_deps=True
3434
bool_flag(
3535
name = "experimental_prune_transitive_deps",
3636
build_setting_default = False,

kotlin/settings/BUILD.release.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bool_flag(
2121
)
2222

2323
# Kotlin strict deps can be enabled by setting the following value on the command line
24-
# --@io_bazel_rules_kotlin//kotlin/settings:experimental_prune_transitive_deps=True
24+
# --@rules_kotlin//kotlin/settings:experimental_prune_transitive_deps=True
2525
bool_flag(
2626
name = "experimental_prune_transitive_deps",
2727
build_setting_default = False,

0 commit comments

Comments
 (0)