Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Use Analytics-Kotlin (Android) to configure [destination filters](/docs/connecti

To get started with destination filters on mobile device-mode destinations using Kotlin:

1. Download and install the dependency.
1. Download and install the dependency, replacing `latest_version` with the current version:
```java
implementation 'com.segment.analytics.kotlin:destination-filters:0.1.1'
implementation 'com.segment.analytics.kotlin:destination-filters:<latest_version>'
```

2. Add the plugin.
Expand Down
Loading