File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "description" : " Asynchronous HTTP client" ,
3
+ "properties" : [
4
+ { "name" : " v" , "value" : " 0.1.0-dev-3" },
5
+ { "name" : " v-renovate-hint" , "value" : " update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation" }
6
+ ],
7
+ "repositories" : [
8
+ " https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven"
9
+ ],
10
+ "dependencies" : [
11
+ " org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation:$v"
12
+ ]
13
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "description" : " Kotlin multi-format reflection-less serialization" ,
2
+ "description" : " Deserialize JSON content using kotlinx. serialization and automatically generate classes for it " ,
3
3
"properties" : [
4
- { "name" : " v" , "value" : " 1.6.3 " },
5
- { "name" : " v-renovate-hint" , "value" : " update: package=org.jetbrains.kotlinx:kotlinx-serialization -json" }
4
+ { "name" : " v" , "value" : " 0.1.0-dev-5 " },
5
+ { "name" : " v-renovate-hint" , "value" : " update: package=org.jetbrains.kotlinx:kotlin-jupyter -json-generation " }
6
6
],
7
7
"link" : " https://github.com/Kotlin/kotlinx.serialization" ,
8
- "dependencies " : [
9
- " org .jetbrains.kotlinx:kotlinx-serialization-json:$v "
8
+ "repositories " : [
9
+ " https://packages .jetbrains.team/maven/p/kds/kotlin-ds-maven "
10
10
],
11
- "imports" : [
12
- " kotlinx.serialization.*" ,
13
- " kotlinx.serialization.json.*"
11
+ "dependencies" : [
12
+ " org.jetbrains.kotlinx:kotlin-jupyter-json-generation:$v"
14
13
]
15
14
}
You can’t perform that action at this time.
0 commit comments