Hi, I am trying to make library with shared ktor m...
# ktor
d
Hi, I am trying to make library with shared ktor modules, but found an issue I am not sure how to deal with. The module I am writing requires a feature to be installed with some specific settings, but if I install it within the module I am not able to register same feature with different settings for the rest of the application or some other parts of the application. I am not sure what can I do