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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -424,7 +424,7 @@ To build your own Kotlin Destination:
424
424
4. Click **Create repository from template**.
425
425
5. Go to **destination > src > main > java/dmn/your/pkg/destination** in your repository.
426
426
6. Click the **ExampleDestination.kt**.
427
-
7.Edit the code by filling in the `TODO` sections with the appropriate information for your destination. Segment recommends you to change the package name before you finalize your build.
427
+
7.Complete the `TODO` sections in the sample code with the appropriate information for your destination. Segment recommends you to change the package name before you finalize your build.
428
428
8. Commit your changes.
429
429
430
430
You can unit test your destination to make sure it works. Segment recommends you to use the testing template as a starter and to build upon it to get test coverage of most scenarios.
@@ -433,7 +433,7 @@ To test your destination:
433
433
434
434
1. Go to **destination > src > test > java/dmn/your/pkg/destination**.
435
435
2. Click **ExampleDestinationTests.kt**.
436
-
3.Edit the code by filling in the `TODO` sections with the appropriate information for your destination.
436
+
3.Complete the `TODO` sections in the sample code with the appropriate information for your destination.
437
437
4. Commit your changes.
438
438
439
439
Segment recommends you to test your destination implementation end-to-end. Send some sample analytics events and ensure that they reach the destination.
0 commit comments