Skip to content

Commit c28dc16

Browse files
committed
docs: Unify Gradle instructions
1 parent a842b8f commit c28dc16

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,9 @@ Release notes for each version can be found in the [changelog](CHANGELOG.md).
5959
Here are the instructions for including the SDK in your project:
6060

6161
### Gradle
62-
#### Groovy DSL
63-
Add the following to your `build.gradle` file:
62+
Add the following to your `build.gradle` or `build.gradle.kts` file:
6463

6564
```groovy
66-
dependencies {
67-
implementation "com.vonage:server-sdk-kotlin:1.1.0"
68-
}
69-
```
70-
71-
#### Kotlin DSL
72-
Add the following to your `build.gradle.kts` file:
73-
74-
```kotlin
7565
dependencies {
7666
implementation("com.vonage:server-sdk-kotlin:1.1.0")
7767
}
@@ -163,7 +153,7 @@ an `ExistingSession`, you would do: `client.video.session(SESSION_ID)`, where `c
163153

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

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

0 commit comments

Comments
 (0)