I am using mix to build an Elixir library.
This library includes an erlang module, in the src directory.
When I require my library into a second project using a relative file path (i.e. I have the full source) it works correctly. I have just published this package to hex and when declaring it as a hex dependency in the same second project I get the error that the erlang module is not loaded.
"src"
to github.com/CrowdHailer/Tokumei/blob/…. – Dogbert