File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ bool_flag(
30
30
)
31
31
32
32
# 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
34
34
bool_flag (
35
35
name = "experimental_prune_transitive_deps" ,
36
36
build_setting_default = False ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ bool_flag(
21
21
)
22
22
23
23
# 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
25
25
bool_flag(
26
26
name = "experimental_prune_transitive_deps",
27
27
build_setting_default = False,
You can’t perform that action at this time.
0 commit comments