Description
There is the use case that you might have a mono repo where each individual project is built on a different Elixir and OTP version. These should be accurately reflected by the runtime that is started for each sub project.
This will most likely be solved with the local config file #287.