How should I use Ktor Client with DI? Is is advisa...
# ktor
s
How should I use Ktor Client with DI? Is is advisable to use it as a single? Or should I inject a fresh instance for every request and call it with
use
?
👍 1