Is it possible to edit the features of an already ...
# ktor
j
Is it possible to edit the features of an already instantiated client? I'm seeing it returns a new instance when using client.config{} but I would like to retain the same object instance
Ended up creating a delegated mutable property for this