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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,19 @@ This repository holds the source code for the Kotlin SDK for Realm, which runs o
18
18
***Intuitive to Developers:** Realm’s object-oriented data model is simple to learn, doesn’t need an ORM, and lets you write less code.
19
19
***Built for Mobile:** Realm is fully-featured, lightweight, and efficiently uses memory, disk space, and battery life.
20
20
***Designed for Offline Use:** Realm’s local database persists data on-disk, so apps work as well offline as they do online.
21
-
***[MongoDB Atlas Device Sync](https://www.mongodb.com/atlas/app-services/device-sync)**: Makes it simple to keep data in sync across users, devices, and your backend in real-time. Get started for free with [a template application](https://github.com/mongodb/template-app-kotlin-todo) and [create the cloud backend](http://mongodb.com/realm/register?utm_medium=github_atlas_CTA&utm_source=realm_kotlin_github).
21
+
***[Atlas Device Sync](https://www.mongodb.com/docs/atlas/app-services/sync/)**: Makes it simple to keep data in sync across users, devices, and your backend in real-time. Get started for free with [a template application](https://github.com/mongodb/template-app-kotlin-todo) and [create the cloud backend](http://mongodb.com/realm/register?utm_medium=github_atlas_CTA&utm_source=realm_kotlin_github).
22
22
23
23
# General Availability
24
24
25
25
The Realm Kotlin SDK is GA.
26
26
27
-
Documentation can be found [here](https://docs.mongodb.com/realm/sdk/kotlin-multiplatform/).
27
+
Documentation can be found [here](https://www.mongodb.com/docs/atlas/device-sdks/sdk/kotlin/).
28
28
29
29
Sample projects can be found [here](https://github.com/realm/realm-kotlin-samples).
30
30
31
31
If you are upgrading from a previous beta release of Realm Kotlin, please see the [CHANGELOG](CHANGELOG.md) for the full list of changes.
32
32
33
-
If you are migrating from [Realm Java](https://github.com/realm/realm-java), please see the [Migration Guide](https://www.mongodb.com/docs/realm/sdk/kotlin/migrate-from-java-sdk-to-kotlin-sdk/).
33
+
If you are migrating from [Realm Java](https://github.com/realm/realm-java), please see the [Migration Guide](https://www.mongodb.com/docs/atlas/device-sdks/sdk/kotlin/migrate-from-java-sdk-to-kotlin-sdk/).
34
34
35
35
36
36
# Usage
@@ -39,8 +39,8 @@ If you are migrating from [Realm Java](https://github.com/realm/realm-java), ple
39
39
40
40
Installation differs slightly depending on the type of project and whether or not you are using Device Sync. See the details in the documentation:
Also pay attention to restrictions on which versions of Kotlin and other dependencies that are supported. You can read
46
46
more in the [version compatibility matrix](#version-compatibility-matrix).
@@ -97,7 +97,7 @@ CoroutineScope(context).async {
97
97
98
98
## Query
99
99
100
-
The query language supported by Realm is inspired by Apple’s [NSPredicate](https://developer.apple.com/documentation/foundation/nspredicate), see more examples [here](https://docs.mongodb.com/realm/sdk/kotlin/realm-database/query-language/)
100
+
The query language supported by Realm is inspired by Apple’s [NSPredicate](https://developer.apple.com/documentation/foundation/nspredicate), see more examples [here](https://www.mongodb.com/docs/atlas/device-sdks/realm-query-language/)
0 commit comments