bazel-contrib / rules_jvm_external

Bazel rules to resolve, fetch and export Maven artifacts
Apache License 2.0
337 stars 256 forks source link

Fix @rules_kotiln reference in kt_jvm_export #1263

Closed elwin closed 1 month ago

elwin commented 1 month ago

Use Label so that the reference is resolved within the context of rules_jvm_external module and not in the calling workspace


In our workspace we include @rules_kotlin under a different name, and without this fix, @rules_kotlin is not resolved as intended.