Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored May 16, 2022
1 parent 6225878 commit 838e247
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Next you have to add the Ktorfit KSP Plugin to the common target and every compi


```kotlin
val ktorfitVersion = "1.0.0-beta05"
val ktorfitVersion = "1.0.0-beta06"

dependencies {
add("kspCommonMainMetadata", "de.jensklingenberg.ktorfit:ktorfit-ksp:$ktorfitVersion")
Expand All @@ -336,7 +336,7 @@ Look here for more information https://kotlinlang.org/docs/ksp-multiplatform.htm

Add the Ktorfit-lib to your common module.
```kotlin
val ktorfitVersion = "1.0.0-beta05"
val ktorfitVersion = "1.0.0-beta06"

sourceSets {
val commonMain by getting{
Expand All @@ -347,8 +347,8 @@ sourceSets {
```

#### Ktor
Ktorfit is based on Ktor Clients 2.0.0. 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.0.0
Ktorfit is based on Ktor Clients 2.0.1. 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.0.1
## Contributions
Expand Down

0 comments on commit 838e247

Please sign in to comment.