File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2020 ALGOLIA_INDEX_NAME : ' prod_kotlin_rpc'
2121 ALGOLIA_KEY : ' ${{ secrets.ALGOLIA_KEY }}'
2222 CONFIG_JSON_PRODUCT : ' kotlinx-rpc'
23- CONFIG_JSON_VERSION : ' 0.7 .0'
23+ CONFIG_JSON_VERSION : ' 0.8 .0'
2424
2525jobs :
2626 build :
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Example of a setup in a project's `build.gradle.kts`:
136136plugins {
137137 kotlin(" multiplatform" ) version " 2.2.0"
138138 kotlin(" plugin.serialization" ) version " 2.2.0"
139- id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.7 .0"
139+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.8 .0"
140140}
141141```
142142
@@ -151,15 +151,15 @@ And now you can add dependencies to your project:
151151``` kotlin
152152dependencies {
153153 // Client API
154- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-client:0.7 .0" )
154+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-client:0.8 .0" )
155155 // Server API
156- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-server:0.7 .0" )
156+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-server:0.8 .0" )
157157 // Serialization module. Also, protobuf and cbor are provided
158- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-serialization-json:0.7 .0" )
158+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-serialization-json:0.8 .0" )
159159
160160 // Transport implementation for Ktor
161- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-client:0.7 .0" )
162- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-server:0.7 .0" )
161+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-client:0.8 .0" )
162+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-server:0.8 .0" )
163163
164164 // Ktor API
165165 implementation(" io.ktor:ktor-client-cio-jvm:$ktor_version " )
Original file line number Diff line number Diff line change 11[
2- {"version" :" 0.7 .0" ,"url" :" /kotlinx-rpc/0.7 .0/" ,"isCurrent" :true }
2+ {"version" :" 0.8 .0" ,"url" :" /kotlinx-rpc/0.8 .0/" ,"isCurrent" :true }
33]
Original file line number Diff line number Diff line change 1414 <var name =" host" value =" https://kotlin.github.io" />
1515
1616 <!-- Library versions -->
17- <var name =" kotlinx-rpc-version" value =" 0.7 .0" />
17+ <var name =" kotlinx-rpc-version" value =" 0.8 .0" />
1818 <var name =" kotlin-version" value =" 2.2.0" />
1919</vars >
Original file line number Diff line number Diff line change 1212 <images dir =" images" web-path =" images/" />
1313 <categories src =" c.list" />
1414 <vars src =" v.list" />
15- <instance src =" rpc.tree" version =" 0.7 .0" web-path =" /kotlinx-rpc/" />
15+ <instance src =" rpc.tree" version =" 0.8 .0" web-path =" /kotlinx-rpc/" />
1616</ihp>
Original file line number Diff line number Diff line change 11[versions ]
22# core library version
3- kotlinx-rpc = " 0.8.0-SNAPSHOT "
3+ kotlinx-rpc = " 0.8.0"
44
55# kotlin
66kotlin-lang = " 2.2.0" # or env.KOTLIN_VERSION
You can’t perform that action at this time.
0 commit comments