Dependency issue - warning: MyDep.MyDepMod.helper/1 defined in application :my_dep is used by the current application

1

Do you have :my_dep limited to a environment? ie:

{:phoenix_live_reload, "~> 1.2", only: :dev}

2

Do you have a release section in your mix.exs that exclude - or not include - your :my_dep?

1 Like