File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 20
20
ALGOLIA_INDEX_NAME : ' prod_kotlin_rpc'
21
21
ALGOLIA_KEY : ' ${{ secrets.ALGOLIA_KEY }}'
22
22
CONFIG_JSON_PRODUCT : ' kotlinx-rpc'
23
- CONFIG_JSON_VERSION : ' 0.6.0 '
23
+ CONFIG_JSON_VERSION : ' 0.6.1 '
24
24
25
25
jobs :
26
26
build :
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ Example of a setup in a project's `build.gradle.kts`:
116
116
plugins {
117
117
kotlin(" multiplatform" ) version " 2.1.20"
118
118
kotlin(" plugin.serialization" ) version " 2.1.20"
119
- id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.6.0 "
119
+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.6.1 "
120
120
}
121
121
```
122
122
@@ -131,15 +131,15 @@ And now you can add dependencies to your project:
131
131
``` kotlin
132
132
dependencies {
133
133
// Client API
134
- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-client:0.6.0 " )
134
+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-client:0.6.1 " )
135
135
// Server API
136
- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-server:0.6.0 " )
136
+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-server:0.6.1 " )
137
137
// Serialization module. Also, protobuf and cbor are provided
138
- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-serialization-json:0.6.0 " )
138
+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-serialization-json:0.6.1 " )
139
139
140
140
// Transport implementation for Ktor
141
- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-client:0.6.0 " )
142
- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-server:0.6.0 " )
141
+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-client:0.6.1 " )
142
+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-server:0.6.1 " )
143
143
144
144
// Ktor API
145
145
implementation(" io.ktor:ktor-client-cio-jvm:$ktor_version " )
Original file line number Diff line number Diff line change 1
1
[
2
- {"version" :" 0.6.0 " ,"url" :" /kotlinx-rpc/0.6.0 /" ,"isCurrent" :true }
2
+ {"version" :" 0.6.1 " ,"url" :" /kotlinx-rpc/0.6.1 /" ,"isCurrent" :true }
3
3
]
Original file line number Diff line number Diff line change 14
14
<var name =" host" value =" https://kotlin.github.io" />
15
15
16
16
<!-- Library versions -->
17
- <var name =" kotlinx-rpc-version" value =" 0.6.0 " />
17
+ <var name =" kotlinx-rpc-version" value =" 0.6.1 " />
18
18
<var name =" kotlin-version" value =" 2.1.20" />
19
19
</vars >
Original file line number Diff line number Diff line change 12
12
<images dir =" images" web-path =" images/" />
13
13
<categories src =" c.list" />
14
14
<vars src =" v.list" />
15
- <instance src =" rpc.tree" version =" 0.6.0 " web-path =" /kotlinx-rpc/" />
15
+ <instance src =" rpc.tree" version =" 0.6.1 " web-path =" /kotlinx-rpc/" />
16
16
</ihp>
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
# core library version
3
- kotlinx-rpc = " 0.6.1 "
3
+ kotlinx-rpc = " 0.7.0-SHAPSHOT "
4
4
5
5
# kotlin
6
6
kotlin-lang = " 2.1.20" # or env.KOTLIN_VERSION
You can’t perform that action at this time.
0 commit comments