diff --git a/installation/index.html b/installation/index.html index fd5fc366..04759ca7 100644 --- a/installation/index.html +++ b/installation/index.html @@ -10,4 +10,4 @@ implementation("de.jensklingenberg.ktorfit:ktorfit-lib:$ktorfitVersion") } } -
You can also use “de.jensklingenberg.ktorfit:ktorfit-lib-light” this will only add the Ktor client core dependency and not the platform dependencies for the clients. This will give you more control over the used clients, but you have to add them yourself. https://ktor.io/docs/http-client-engines.html Everything else is the same as “ktorfit-lib”
Ktorfit is based on Ktor clients 2.3.12. You don’t need to add an extra dependency for the default clients. When you want to use Ktor plugins for things like serialization, you need to add the dependencies, and they need to be compatible with 2.3.12