[Bug]: Why is there no compatibility_level
(defaults to 0) for rules_kotlin@1.9.4?
#1798
Labels
bug
Something isn't working
What happened?
The
compatibility_level
attribute of rules_kotlin@1.9.4 is missing, causing issues with other modules that depend on it. For example, rules_jvm_external@6.0 depends on rules_kotlin@1.9.0, and when I update it to 1.9.4, an error message is shown:Version
bazel --version
: bazel 7.1.1WORKSPACE
orMODULE.bazel
file: rules_jvm_external@6.0, rules_kotlin@1.9.4The text was updated successfully, but these errors were encountered: