<div dir="ltr">When trying to upgrade an application, we noticed on a project that the application `env` settings is only accepting atoms as keys:<div><br></div><div><a href="https://github.com/erlang/otp/blob/maint/lib/sasl/src/systools_make.erl#L685-L689">https://github.com/erlang/otp/blob/maint/lib/sasl/src/systools_make.erl#L685-L689</a><br><div><br></div></div><div>and</div><div><br></div><div><a href="https://github.com/erlang/otp/blob/maint/lib/sasl/src/systools_make.erl#L2000-L2002">https://github.com/erlang/otp/blob/maint/lib/sasl/src/systools_make.erl#L2000-L2002</a><br></div><div><br></div><div><br></div><div>Is there any reason for that? Why not accepting any term there?</div><div><br></div><div>- benoit</div></div>