File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
- # WORK IN PROGRESS
2
-
3
- I'm hacking around with this at the moment - almost nothing is tested.
4
-
5
- The intention is to integrate with Kotlinx Serialization.
1
+ [ ![ ] ( https://jitpack.io/v/adamko-dev/json5-kotlin.svg?style=flat-square )] ( https://jitpack.io/#adamko-dev/json5-kotlin )
6
2
7
3
# json5 Kotlin
8
4
9
- A JSON5 Library for Kotlin 1.6, Java 11
5
+ A JSON5 Library for Kotlin.
10
6
11
7
## Overview
12
8
@@ -25,7 +21,7 @@ repositories {
25
21
}
26
22
27
23
dependencies {
28
- implementation(" adamko-dev:json5-kotlin:${version} " )
24
+ implementation(" com.github. adamko-dev:json5-kotlin:$json5KotlinVersion " )
29
25
}
30
26
```
31
27
43
39
``` xml
44
40
<dependencies >
45
41
<dependency >
46
- <groupId >adamko-dev</groupId >
42
+ <groupId >com.github. adamko-dev</groupId >
47
43
<artifactId >json5-kotlin</artifactId >
48
44
<version >${json5-kotlin.version}</version >
49
45
</dependency >
You can’t perform that action at this time.
0 commit comments