Skip to content

Commit 98cf065

Browse files
Merge pull request #6814 from segmentio/6390-content-the-kotlin-migration-guide-does-not-make-mention-of-the-fact-that-the-storage-format-changed
Update Kotlin migration guide
2 parents 878a04f + b26a59e commit 98cf065

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,9 @@ If you don't need to transform all of your Segment calls, and only want to trans
385385

386386
## 4. Upgrade Notes
387387

388+
> info "You might need to call Identify as a one-off after migrating to Kotlin"
389+
> To preserve the userId for users identified prior to your migration to Kotlin, you must make a one-off Identify call. This is due to a storage format change between the Analytics for Android and Analytics-Kotlin libraries.
390+
388391
### 4.a) Changes to the Configuration Object
389392

390393
The following option was renamed in Analytics-Kotlin:

0 commit comments

Comments
 (0)