Skip to content

Commit cbbce18

Browse files
authored
Apply suggestions from code review
1 parent 81e257f commit cbbce18

File tree

1 file changed

+2
-2
lines changed
  • src/connections/sources/catalog/libraries/mobile/kotlin-android

1 file changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To get started with the Analytics-Kotlin mobile library:
5151
}
5252
```
5353
54-
**Note:** If you're on an Android platform, you must add the application context as the second parameter.
54+
**Note: If you're on an Android platform, you must add the application context as the second parameter.**
5555
<br>Automatically tracking lifecycle events (`Application Opened`, `Application Installed`, `Application Updated`) is optional, but Segment highly recommends you to configure these options in order to track core events.
5656
5757
<br>**Note:** Unlike the Analytics-Android SDK, the Analytics-Kotlin SDK doesn’t provide a singleton instance and relies on you to keep track of the instance.
@@ -445,7 +445,7 @@ To test your destination:
445445
Segment recommends you to test your destination implementation end-to-end. Send some sample analytics events and ensure that they reach the destination.
446446

447447
## Compatibility
448-
[View the Analytics-Kotlin compatibility notes on GitHub](https://github.com/segmentio/analytics-kotlin#compatibility).
448+
If you use a pure Java codebase, please refer to [Java Compatibility](https://github.com/segmentio/analytics-kotlin/blob/main/JAVA_COMPAT.md){:target="_blank"} for sample uses.
449449

450450
## Changelog
451451
[View the Analytics-Kotlin changelog on GitHub](https://github.com/segmentio/analytics-kotlin/releases).

0 commit comments

Comments
 (0)