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: src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -416,7 +416,7 @@ analytics.flush("SomePlugin")
416
416
417
417
## Build Your Own Destination
418
418
419
-
If Segment doesn't support your Kotlin destination, you can build your own with the template Segment provides.
419
+
If Segment doesn't support your Kotlin destination, you can build your own with the template Segment provides.
420
420
421
421
To build your own Kotlin destination using a plugin template:
422
422
@@ -439,3 +439,6 @@ To test your destination:
439
439
4. Commit your changes.
440
440
441
441
Segment recommends you to test your destination implementation end-to-end. Send some sample analytics events and ensure that they reach the destination.
442
+
443
+
## Changelog
444
+
[View the Analytics-Kotlin changelog on GitHub](https://github.com/segmentio/analytics-kotlin/releases).
0 commit comments