Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以指定模块的编译优先级?假设我有两个文件 a.ex 和 b.ex,我想在使用 mix compile 时先编译 b.ex。可能吗?
require特殊形式可能就是您所需要的。