Skip to content

Commit 7f7dd72

Browse files
authored
Update ktor.md
1 parent 42675de commit 7f7dd72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ktor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
### Gradle
1515
```groovy
16-
compile "nl.myndocs:oauth2-server-ktor:$myndocs_oauth_version"
16+
implementation "nl.myndocs:oauth2-server-ktor:$myndocs_oauth_version"
1717
```
1818

1919
## Implementation
@@ -41,4 +41,4 @@ embeddedServer(Netty, 8080) {
4141
tokenStore = InMemoryTokenStore()
4242
}
4343
}.start(wait = true)
44-
```
44+
```

0 commit comments

Comments
 (0)