We are using koin with ktor for a backend service. Does the factory<T>{
} clear the classes once the object is no longer in use? If not does koin provide any auto dispose functionality or is there any way to clear this objects when my server is in idle state. Any help is appreciated. Thanks in advance.