Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Sep 24, 2024
1 parent b931017 commit 9d1c359
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions source/data-formats/serialization.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,21 +325,21 @@ dependency to your project by using the :guilabel:`Gradle` and
:tabid: Gradle

.. code-block:: kotlin
:caption: build.gradle.kts
:caption: build.gradle.kts

implementation("org.jetbrains.kotlinx:kotlinx-datetime:{+kotlinx-dt-version+}")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:{+kotlinx-dt-version+}")

.. tab::
:tabid: Maven

.. code-block:: kotlin
:caption: pom.xml
:caption: pom.xml

<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-datetime-jvm</artifactId>
<version>{+kotlinx-dt-version+}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-datetime-jvm</artifactId>
<version>{+kotlinx-dt-version+}</version>
</dependency>

To learn more about this library, see the :github:`kotlinx-datetime repository
</Kotlin/kotlinx-datetime>` on GitHub.
Expand Down

0 comments on commit 9d1c359

Please sign in to comment.