Suppress redefining module warnings via compiler_options

This commit is contained in:
Moritz 2026-03-03 16:48:02 +01:00
parent edd8657c92
commit f0a8dfcc21
Signed by: moritz
GPG key ID: 1020A035E5DD0824
2 changed files with 5 additions and 0 deletions

View file

@ -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",