Mixed Erlang/Elixir projects - can I use mix or rebar?
问题 For Erlang code, I use rebar . For Elixir code, I use the built-in mix tool. Now I want to have a mixed Erlang/Elixir project. Can I use rebar to compile Elixir code? Or can I use mix to compile Erlang code? If so, how? 回答1: Mix can compile erlang files if you put them in src . There is a rebar_elixir_plugin to compile Elixir code from rebar but it is not as efficient at it as Mix. 来源: https://stackoverflow.com/questions/19776403/mixed-erlang-elixir-projects-can-i-use-mix-or-rebar