How can I use io.ktor.plugin to manage Ktor libraries if the module is not supposed to be an application? In other words, I have an infrastructure module that requires Ktor Client dependencies, so I figured I'd use io.ktor.plugin to manage the versions in a centralized way, but it applies application plugin so the build fails requiring me to specify the main class (which is already specified in the module with ktor server libraries)
a
Aleksei Tirman [JB]
10/02/2024, 6:42 PM
You can use Ktor BOM to control the Ktor dependency versions. For example: