How do people do hot reloading with parameter stuf...
# ktor
g
How do people do hot reloading with parameter stuff? Do you controll all based on system.envs/properties or is there any smart way to do it? My first take was to use an object which held my dependency context but it seems that auto reloading doesn't work in those cases (I guess it's hard do to fiddle with the class loaders with the static contents)
or is there a way to exclude some classes from hot-reloading? It told in the doc that that has been done to ktor-core itself