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 9555489 commit f2576a5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions source/fundamentals/data-formats/serialization.txt
Original file line number Diff line number Diff line change
Expand Up @@ -328,21 +328,21 @@ dependency to your project by using the :guilabel:`Gradle` and
:tabid: Gradle

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

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

.. tab::
:tabid: Maven

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

<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-datetime-jvm</artifactId>
<version>{+kotlinx-dt-version+}</version>
</dependency>
:caption: pom.xml
<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 f2576a5

Please sign in to comment.