Hi folks :), We have some client libraries that c...
# ktor
l
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
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.