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