File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,17 +33,17 @@ deserialized to protobuf using [kotlinx.serialization](https://github.com/Kotlin
3333
3434``` kotlin
3535plugins {
36- kotlin(" jvm" ) version " 1.9 .0"
37- id(" org.jetbrains.kotlin.plugin.serialization" ) version " 1.9 .0"
36+ kotlin(" jvm" ) version " 2.0 .0"
37+ id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.0 .0"
3838 id(" com.google.protobuf" ) version " 0.9.4"
3939}
4040
41- var protobufVersion = " 3.23.4 "
41+ var protobufVersion = " 4.30.0 "
4242
4343dependencies {
4444 // Runtime libraries include WKT conversion utilities and other libraries that are required such
4545 // as kotlinx.datetime, kotlinx.coroutines, kotlinx.serialization, etc.
46- implementation(" io.github.dogacel:kotlinx-protobuf-gen:0.0.1 " )
46+ implementation(" io.github.dogacel:kotlinx-protobuf-gen:0.1.0 " )
4747}
4848```
4949
@@ -57,7 +57,7 @@ protobuf {
5757
5858 plugins {
5959 id(" kotlinx-protobuf-gen" ) {
60- artifact = " io.github.dogacel:kotlinx-protobuf-gen:0.0.1 :jvm8@jar"
60+ artifact = " io.github.dogacel:kotlinx-protobuf-gen:0.1.0 :jvm8@jar"
6161 }
6262 }
6363
@@ -133,7 +133,7 @@ protobuf {
133133
134134 plugins {
135135 id(" kotlinx-protobuf-gen" ) {
136- artifact = " io.github.dogacel:kotlinx-protobuf-gen:0.0.1:jvm8 @jar"
136+ artifact = " io.github.dogacel:kotlinx-protobuf-gen:0.1.0jvm8 @jar"
137137 }
138138 }
139139
You can’t perform that action at this time.
0 commit comments