jdiazcano / cfg4k

Flexible and easy to use config library written in kotlin
Apache License 2.0
80 stars 6 forks source link

Reloading when merging #61

Open jdiazcano opened 5 years ago

jdiazcano commented 5 years ago

Description

Right now if you merge two ConfigLoaders there is no way to keep the reload. An empty reload will take its place.

One thing that could be done is that the reload is a function in the constructor or something that can also be merged/called one after the other, this needs a little bit of design!

Acceptance criteria