You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the plugins are enumerated and activated statically.
There is a need to discover plugins dynamically.
Dynamic discovery of plugins raises the following concerns:
In what order to initialize the plugins that may be interdependent? Manual order, dependency tree etc?
Which of the discovered plugins to initialize? All discovered or manually specified? If manually specified where are they specified? Is a new Ktor initialization phase and/or file required?
The text was updated successfully, but these errors were encountered:
Currently the plugins are enumerated and activated statically.
There is a need to discover plugins dynamically.
Dynamic discovery of plugins raises the following concerns:
The text was updated successfully, but these errors were encountered: