File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
source/fundamentals/data-formats Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -328,21 +328,21 @@ dependency to your project by using the :guilabel:`Gradle` and
328
328
:tabid: Gradle
329
329
330
330
.. code-block:: kotlin
331
- :caption: build.gradle.kts
332
-
333
- implementation("org.jetbrains.kotlinx:kotlinx-datetime:{+kotlinx-dt-version+}")
331
+ :caption: build.gradle.kts
332
+
333
+ implementation("org.jetbrains.kotlinx:kotlinx-datetime:{+kotlinx-dt-version+}")
334
334
335
335
.. tab::
336
336
:tabid: Maven
337
337
338
338
.. code-block:: kotlin
339
- :caption: pom.xml
340
-
341
- <dependency>
342
- <groupId>org.jetbrains.kotlinx</groupId>
343
- <artifactId>kotlinx-datetime-jvm</artifactId>
344
- <version>{+kotlinx-dt-version+}</version>
345
- </dependency>
339
+ :caption: pom.xml
340
+
341
+ <dependency>
342
+ <groupId>org.jetbrains.kotlinx</groupId>
343
+ <artifactId>kotlinx-datetime-jvm</artifactId>
344
+ <version>{+kotlinx-dt-version+}</version>
345
+ </dependency>
346
346
347
347
To learn more about this library, see the :github:`kotlinx-datetime repository
348
348
</Kotlin/kotlinx-datetime>` on GitHub.
You can’t perform that action at this time.
0 commit comments