mix_gleam v0.6.2 mix gleam.deps.get

Extends the task of getting dependencies.

This task recursively ensures that all subdependencies are fetched in preparation for compiling them from Gleam into Erlang, a task that should happen prior to Mix's compilation.

Include this task in your project's mix.exs with, e.g.:

def project do
  [
    aliases: ["deps.get": ["deps.get", "gleam.deps.get"]],
  ]
end