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 8d75069 commit aaac1deCopy full SHA for aaac1de
1 file changed
README.md
@@ -13,6 +13,14 @@ plugin.
13
14
## Getting Started
15
16
+Add the LivePlugins plugin dependency to your `build.gradle`
17
+
18
+```kotlin
19
+ dependencies {
20
+ implementation 'com.segment.analytics.kotlin:analytics-kotlin-live:<latest_version>'
21
+ }
22
+```
23
24
Add the LivePlugins plugin to your Analytics instance
25
26
```kotlin
0 commit comments