Hello
I consider using ktor-server-task-scheduling for my project, but I was surprised to see how much it brings as transitive dependencies. For example, a library should not bring any logger implementation, but it brings logback and it also brings io.github.oshai:kotlin-logging, which is not used by ktor-server-task-scheduling. I think dependencies should be reviewed and cleaned up by refactoring build configuration.
Hello
I consider using
ktor-server-task-schedulingfor my project, but I was surprised to see how much it brings as transitive dependencies. For example, a library should not bring any logger implementation, but it brings logback and it also bringsio.github.oshai:kotlin-logging, which is not used byktor-server-task-scheduling. I think dependencies should be reviewed and cleaned up by refactoring build configuration.