Skip to content

Commit

Permalink
docs: Unify Gradle instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Nov 21, 2024
1 parent a842b8f commit c28dc16
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,9 @@ Release notes for each version can be found in the [changelog](CHANGELOG.md).
Here are the instructions for including the SDK in your project:

### Gradle
#### Groovy DSL
Add the following to your `build.gradle` file:
Add the following to your `build.gradle` or `build.gradle.kts` file:

```groovy
dependencies {
implementation "com.vonage:server-sdk-kotlin:1.1.0"
}
```

#### Kotlin DSL
Add the following to your `build.gradle.kts` file:

```kotlin
dependencies {
implementation("com.vonage:server-sdk-kotlin:1.1.0")
}
Expand Down Expand Up @@ -163,7 +153,7 @@ an `ExistingSession`, you would do: `client.video.session(SESSION_ID)`, where `c

### Examples
You can find complete runnable code samples in the [Code Snippets repository](https://github.com/Vonage/vonage-kotlin-code-snippets),
including [a searchable list of snippets](https://github.com/Vonage/vonage-kotlin-code-snippets/blob/main/SNIPPETS.md).
including [**a searchable list of snippets**](https://github.com/Vonage/vonage-kotlin-code-snippets/blob/main/SNIPPETS.md).

### Documentation
[![javadoc](https://javadoc.io/badge2/com.vonage/server-sdk-kotlin/javadoc.svg)](https://javadoc.io/doc/com.vonage/server-sdk-kotlin)
Expand Down

0 comments on commit c28dc16

Please sign in to comment.