Hi folks :),
We have some client libraries that come with Ktor 2.3.X and we are working on upgrading our Server to Ktor 3. I presume passing in Ktor 3 HttpClient is impossible into those client libraries. How would you approach this scenario?
a
Aleksei Tirman [JB]
06/26/2025, 7:55 AM
You can try to isolate (relocate) the Ktor 2.* dependencies in the shadow jar by putting them in a separate module and configuring the Shadow plugin.