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 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.2.4 '
23
+ CONFIG_JSON_VERSION : ' 0.3.0 '
24
24
25
25
jobs :
26
26
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`:
92
92
plugins {
93
93
kotlin(" jvm" ) version " 2.0.10"
94
94
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 "
96
96
}
97
97
```
98
98
@@ -106,7 +106,7 @@ plugins {
106
106
kotlin(" jvm" ) version " 1.9.25"
107
107
kotlin(" plugin.serialization" ) version " 1.9.25"
108
108
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 "
110
110
}
111
111
```
112
112
### Runtime dependencies
@@ -166,11 +166,11 @@ based on the project's Kotlin version:
166
166
``` kotlin
167
167
plugins {
168
168
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 "
170
170
}
171
171
172
172
dependencies {
173
- // version 0.2.4 is set by the Gradle plugin
173
+ // version 0.3.0 is set by the Gradle plugin
174
174
implementation(" org.jetbrains.kotlinx:kotlinx-rpc-core" )
175
175
}
176
176
```
Original file line number Diff line number Diff line change 1
1
[
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 }
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.2.4 " />
17
+ <var name =" kotlinx-rpc-version" value =" 0.3.0 " />
18
18
<var name =" kotlin-version" value =" 2.0.10" />
19
19
<var name =" ksp-version" value =" 1.9.25-1.0.20" />
20
20
</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.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 1
1
[versions ]
2
2
# core library version
3
- kotlinx-rpc = " 0.3.0-SNAPSHOT "
3
+ kotlinx-rpc = " 0.3.0"
4
4
5
5
# kotlin
6
6
kotlin-lang = " 2.0.10"
You can’t perform that action at this time.
0 commit comments