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 5353
5454 .. replacement:: installation-guide
5555
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
5757 Quick Start guide.
5858
5959Select 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>`__.
6464
6565 .. replacement:: installation-guide
6666
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
6868 Quick Start guide.
6969
7070Select 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
8282 .. code-block:: kotlin
8383 :caption: build.gradle.kts
8484
85- implementation("org.jetbrains.kotlinx:kotlinx-serialization-core")
85+ implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:{+serializationVersion} ")
8686 implementation("org.mongodb:bson-kotlinx")
8787
8888 .. tab::
@@ -97,6 +97,7 @@ dependencies to your project by using the :guilabel:`Gradle` and
9797 <dependency>
9898 <groupId>org.jetbrains.kotlinx</groupId>
9999 <artifactId>kotlinx-serialization-core</artifactId>
100+ <version>{+serializationVersion}
100101 </dependency>
101102 <dependency>
102103 <groupId>org.mongodb</groupId>
Original file line number Diff line number Diff line change 44 <dependency >
55 <groupId >org.mongodb</groupId >
66 <artifactId >bson</artifactId >
7- <version >{+full-version+}</version >
87 </dependency >
98 </dependencies >
109
You can’t perform that action at this time.
0 commit comments