Skip to content

Commit 9dcec88

Browse files
authored
Update src/connections/sources/catalog/libraries/server/kotlin/index.md
1 parent 43debc8 commit 9dcec88

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/kotlin

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/kotlin/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To get started with the Analytics-Kotlin server library:
2222

2323
2. Add the Analytics dependency to your `build.gradle`.
2424

25-
Segment recommends you to install the library with a build system like Gradle, as it simplifies the process of upgrading versions and adding integrations. The library is distributed through [Maven Central](https://repo1.maven.org/maven2/com/segment/analytics/kotlin/android/){:target="_blank"}. Add the analytics module to your build.gradle as a dependency as shown in the code sample below, and replace `<latest_version>` with the latest version listed on Segment's [releases page](https://github.com/segmentio/analytics-kotlin/releases){:target="_blank"}
25+
Segment recommends you to install the library with a build system like Gradle, as it simplifies the process of upgrading versions and adding integrations. The library is distributed through [Maven Central](https://repo1.maven.org/maven2/com/segment/analytics/kotlin/android/){:target="_blank"}. Add the analytics module to your build.gradle as a dependency as shown in the code sample below, and replace `<latest_version>` with the latest version listed on Segment's [releases page](https://github.com/segmentio/analytics-kotlin/releases){:target="_blank"}.
2626

2727
```java
2828
repositories {

0 commit comments

Comments
 (0)