local_path_override(
module_name = "rules_runfile_codegen_core",
path = "../core",
)
# TODO: Remove this override and the associated patch once we upgrade rules_kotlin
# dependency to a version that fixes the Stardoc build (rules_kotlin >= 2.4.0).
single_version_override(
module_name = "rules_kotlin",
patch_strip = 1,
patches = ["//patches:rules_kotlin_2.3.20_stardoc.patch"],
version = "2.3.20",
)
A set of Bazel modules (one per language, typically) for generating code to safely access runtime data dependencies.
@meta-programming/rules_runfiles_codegen0.1.2 +10h2026-07-02 | |
0.1.02026-07-01 |