File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 4
4
MongoDB Kotlin Drivers
5
5
======================
6
6
7
- .. default-domain:: mongodb
8
-
9
7
.. toctree::
10
8
:titlesonly:
11
9
@@ -25,8 +23,12 @@ Welcome to the documentation site for the official MongoDB Kotlin
25
23
drivers. You can add one of the following drivers to your application
26
24
to work with MongoDB in Kotlin:
27
25
28
- - Use the
29
- `Kotlin Coroutine Driver <https://www.mongodb.com/docs/drivers/kotlin/coroutine/current>`__
26
+ - Use the :driver:`Kotlin Coroutine Driver </kotlin/coroutine/current>`
30
27
for Kotlin applications using coroutines.
31
28
32
- - Use the :doc:`Kotlin Sync Driver </kotlin-sync>` for synchronous Kotlin applications.
29
+ - Use the :driver:`Kotlin Sync Driver </kotlin-sync>` for synchronous Kotlin
30
+ applications.
31
+
32
+ You can use the :realm:`MongoDB Atlas Device Kotlin SDK </sdk/kotlin/install>`
33
+ in Android or Kotlin Multiplatform (KMP) applications to access Atlas App
34
+ Services and to manage your Realm data.
You can’t perform that action at this time.
0 commit comments