We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3aa3a commit 26454c5Copy full SHA for 26454c5
README.md
@@ -23,9 +23,7 @@ It is inspired by ktor Locations, but makes no use of it.
23
24
### Gradle
25
26
-#### Step 1. Add the JitPack repository to your build file
27
-
28
-Add it in your root build.gradle at the end of repositories:
+Step 1. Add the JitPack repository to your build file
29
```
30
allprojects {
31
repositories {
@@ -34,9 +32,7 @@ allprojects {
34
32
}
35
33
36
37
38
-#### Step 2. Add the dependency
39
+Step 2. Add the dependency
40
41
dependencies {
42
implementation 'com.github.papsign:Ktor-OpenAPI-Generator:-SNAPSHOT'
0 commit comments