bzlmod: dealing with external dependencies with no MODULE.bazel

450 views Asked by At

I would like to use bzlmod as I am in the process of splitting a project into different modules and thought it would be a great way to solve the transitive dependencies.

However, not all project have yet a MODULE.bazel file (e.g. grpc), so the question is: is it possible to add an external dependency that doesn't have a MODULE.bazel to the module system so that everything works fine if I reuse the new module?

0

There are 0 answers