Erlang and Elixir apps name conflict

Suppose, I have a list of erlang and elixir deps in my app, and one of them depends on elixir-uuid and another on erlang-uuid. They both have the same name :uuid. AFAIK they are completely different, so override: true won’t work.
How can I resolve this issue?

`

3 Likes

Pretty sure I saw this get answered on IRC, but basically you just can’t use both.

1 Like

That means one can’t use guardian with cqerl in deps, due to this conflict

2 Likes