We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328b740 commit 77eb84aCopy full SHA for 77eb84a
README.md
@@ -5,7 +5,7 @@ kotlin multiplatform json5 for [kotlinx.serialization](https://github.com/Kotlin
5
## Usage
6
7
```kotlin
8
-implementation("li.songe:json5:0.3.0")
+implementation("li.songe:json5:0.3.1")
9
```
10
11
## Decode
json5/build.gradle.kts
@@ -47,7 +47,7 @@ kotlin {
47
mavenPublishing {
48
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
49
signAllPublications()
50
- coordinates("li.songe", "json5", "0.3.0")
+ coordinates("li.songe", "json5", "0.3.1")
51
52
val repoUrl = "https://github.com/lisonge/kotlin-json5"
53
pom {
0 commit comments