Skip to content

use Config in generated config when available

rinpatch requested to merge fix/use-config-when-possible into develop

Mix.Config is deprecated and does not work on OTP releases. However we can't fully switch to Config because it is not present in Elixir < 1.9. I tried to evaluate if Config is available at runtime, but for some weird reason OTP releases crash if I do that.

Merge request reports