Skip to content

Commit

Permalink
Update README.md (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored May 14, 2023
1 parent 83c5fd1 commit f2ece84
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Please see the documentation at [https://foso.github.io/Ktorfit/](https://foso.g

# Release

Gradle:
build.gradle.kts:
```kotlin
plugins {
id("de.jensklingenberg.ktorfit") version "1.0.0"
Expand All @@ -40,6 +40,18 @@ configure<de.jensklingenberg.ktorfit.gradle.KtorfitGradleConfiguration> {
}
```

build.gradle
```kotlin
plugins {
id ("de.jensklingenberg.ktorfit") version "1.0.0"
}

ktorfit{
version = "1.2.0"
}
```


KSP:
```kotlin
de.jensklingenberg.ktorfit:ktorfit-ksp:1.2.0
Expand Down

0 comments on commit f2ece84

Please sign in to comment.