Thanks for your library, looks really great, tried to use in the dockerized app with mix release, but didn't have a luck with package name coalitions, because already have elixir_uuid from another package.
using config/runtime.exs to configure the release at runtime
[13:30:03.523] #19 1.850 ** (Mix) Duplicated modules:
[13:30:03.532] #19 1.850 'Elixir.UUID' specified in elixir_uuid and uuid
[13:30:03.632] #19 ERROR: process "/bin/sh -c mix release" did not complete successfully: exit code: 1
Thanks for your library, looks really great, tried to use in the dockerized app with mix release, but didn't have a luck with package name coalitions, because already have elixir_uuid from another package.
Would it possible to upgrade the uuid to elixir_uuid, as recommended https://github.com/zyro/elixir-uuid?
Let me know if I should create PR. Thank you.