File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
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.2.4 '
23+ CONFIG_JSON_VERSION : ' 0.3.0 '
2424
2525jobs :
2626 build :
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Example of plugins setup in a project's `build.gradle.kts`:
9292plugins {
9393 kotlin(" jvm" ) version " 2.0.10"
9494 kotlin(" plugin.serialization" ) version " 2.0.10"
95- id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.2.4 "
95+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.3.0 "
9696}
9797```
9898
@@ -106,7 +106,7 @@ plugins {
106106 kotlin(" jvm" ) version " 1.9.25"
107107 kotlin(" plugin.serialization" ) version " 1.9.25"
108108 id(" com.google.devtools.ksp" ) version " 1.9.25-1.0.20"
109- id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.2.4 "
109+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.3.0 "
110110}
111111```
112112### Runtime dependencies
@@ -166,11 +166,11 @@ based on the project's Kotlin version:
166166``` kotlin
167167plugins {
168168 kotlin(" jvm" ) version " 2.0.10"
169- id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.2.4 "
169+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.3.0 "
170170}
171171
172172dependencies {
173- // version 0.2.4 is set by the Gradle plugin
173+ // version 0.3.0 is set by the Gradle plugin
174174 implementation(" org.jetbrains.kotlinx:kotlinx-rpc-core" )
175175}
176176```
Original file line number Diff line number Diff line change 11[
2- {"version" :" 0.2.4 " ,"url" :" /kotlinx-rpc/0.2.4 /" ,"isCurrent" :true }
2+ {"version" :" 0.3.0 " ,"url" :" /kotlinx-rpc/0.3.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.2.4 " />
17+ <var name =" kotlinx-rpc-version" value =" 0.3.0 " />
1818 <var name =" kotlin-version" value =" 2.0.10" />
1919 <var name =" ksp-version" value =" 1.9.25-1.0.20" />
2020</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.2.4 " web-path =" /kotlinx-rpc/" />
16- </ihp>
15+ <instance src =" rpc.tree" version =" 0.3.0 " web-path =" /kotlinx-rpc/" />
16+ </ihp>
Original file line number Diff line number Diff line change 11[versions ]
22# core library version
3- kotlinx-rpc = " 0.3.0-SNAPSHOT "
3+ kotlinx-rpc = " 0.3.0"
44
55# kotlin
66kotlin-lang = " 2.0.10"
You can’t perform that action at this time.
0 commit comments