You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-15Lines changed: 8 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,15 @@
1
-
// add badges and stuff here
1
+
# Analytics-Kotlin Adjust
2
2
3
-
# Destination
3
+
Add Adjust device mode support to your applications via this plugin for [Analytics-Kotlin](https://github.com/segmentio/analytics-kotlin)
4
4
5
+
Adjust integration for [analytics-android](https://github.com/segmentio/analytics-android).
6
+
7
+
8
+
// TODO
5
9
## Getting Started
6
10
7
-
1. Create repo from this template. The name of the repo should follow this pattern `project-language-destination`. For example `analytics-kotlin-firebase`
8
-
2. In `settings.gralde.kts`, change `rootProject.name` to match your repo name.
9
-
3. In `gradle.properties`, update the fields with `<>` brackets
5. Create a directory with the destination name under `com.segment.analytics.kotlin.destinations`. For example Firebase, `com.segment.analytics.kotlin.destinations.firebase`
12
-
6. Create your destination class under the directory created in step 5. For example Firebase, `com.segment.analytics.kotlin.destinations.firebase.Firebase.kt`
13
-
7. update Android manifest with your package name. For example Firebase
0 commit comments