Suppress redefining module warnings via compiler_options
This commit is contained in:
parent
edd8657c92
commit
f0a8dfcc21
2 changed files with 5 additions and 0 deletions
2
mix.exs
2
mix.exs
|
|
@ -2,6 +2,8 @@ defmodule Mv.MixProject do
|
|||
use Mix.Project
|
||||
|
||||
def project do
|
||||
Code.compiler_options(ignore_module_conflict: true)
|
||||
|
||||
[
|
||||
app: :mv,
|
||||
version: "0.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue