Skip to content

Commit

Permalink
fix: build by bumping rsproto version
Browse files Browse the repository at this point in the history
  • Loading branch information
y9vad9 committed Feb 28, 2024
1 parent a08d3d9 commit ba33a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protobuf-plugin = "0.9.2"
grpc-netty = "1.55.1"
android-target = "33"
android-min = "24"
rsproto = "0.6.5"
rsproto = "0.6.6"

[libraries]
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
Expand Down
2 changes: 1 addition & 1 deletion rsocket-engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {

rsproto {
protoSourcePath = "src/main/proto/"
generationOutputPath = "build/generated/rsproto/kotlin"
generationOutputPath = "generated/rsproto/kotlin"

clientGeneration = true
serverGeneration = false
Expand Down

0 comments on commit ba33a43

Please sign in to comment.