File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
includes/fundamentals/code-snippets Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
54
54
.. replacement:: installation-guide
55
55
56
- the :ref:`Add the Driver Bill of Materials <kotlin-get-started-install-bom>` step of the
56
+ the :ref:`Add the Driver Bill of Materials<kotlin-get-started-install-bom>` step of the
57
57
Quick Start guide.
58
58
59
59
Select from the following tabs to see how to add the extension
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ serialization library <https://github.com/Kotlin/kotlinx.serialization>`__.
64
64
65
65
.. replacement:: installation-guide
66
66
67
- the :ref:`Add the Driver Bill of Materials <kotlin-get-started-install-bom>` step of the
67
+ the :ref:`Add the Driver Bill of Materials<kotlin-get-started-install-bom>` step of the
68
68
Quick Start guide.
69
69
70
70
Select from the following tabs to see how to add the serialization
@@ -82,7 +82,7 @@ dependencies to your project by using the :guilabel:`Gradle` and
82
82
.. code-block:: kotlin
83
83
:caption: build.gradle.kts
84
84
85
- implementation("org.jetbrains.kotlinx:kotlinx-serialization-core")
85
+ implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:{+serializationVersion} ")
86
86
implementation("org.mongodb:bson-kotlinx")
87
87
88
88
.. tab::
@@ -97,6 +97,7 @@ dependencies to your project by using the :guilabel:`Gradle` and
97
97
<dependency>
98
98
<groupId>org.jetbrains.kotlinx</groupId>
99
99
<artifactId>kotlinx-serialization-core</artifactId>
100
+ <version>{+serializationVersion}
100
101
</dependency>
101
102
<dependency>
102
103
<groupId>org.mongodb</groupId>
Original file line number Diff line number Diff line change 4
4
<dependency >
5
5
<groupId >org.mongodb</groupId >
6
6
<artifactId >bson</artifactId >
7
- <version >{+full-version+}</version >
8
7
</dependency >
9
8
</dependencies >
10
9
You can’t perform that action at this time.
0 commit comments