We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f314140 commit 7e60a34Copy full SHA for 7e60a34
kotlin/settings/BUILD.bazel
@@ -21,6 +21,13 @@ release_archive(
21
},
22
)
23
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
+
31
# Kotlin strict deps can be enabled by setting the following value on the command line
32
# --@rules_kotlin//kotlin/settings:experimental_prune_transitive_deps=True
33
bool_flag(
0 commit comments