Skip to content

Commit 7e60a34

Browse files
committed
Add back missing jdeps
1 parent f314140 commit 7e60a34

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

kotlin/settings/BUILD.bazel

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ release_archive(
2121
},
2222
)
2323

24+
# Flag that controls the emission of jdeps files during kotlin jvm compilation.
25+
bool_flag(
26+
name = "jvm_emit_jdeps",
27+
build_setting_default = True, # Upstream default behavior
28+
visibility = ["//visibility:public"],
29+
)
30+
2431
# Kotlin strict deps can be enabled by setting the following value on the command line
2532
# --@rules_kotlin//kotlin/settings:experimental_prune_transitive_deps=True
2633
bool_flag(

0 commit comments

Comments
 (0)