We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b8fec commit 2573cd4Copy full SHA for 2573cd4
build.gradle
@@ -17,7 +17,7 @@ subprojects {
17
apply plugin: 'java'
18
apply plugin: 'org.jetbrains.kotlin.jvm'
19
group = "io.grpc"
20
- version = "0.1.3" // CURRENT_GRPC_KOTLIN_VERSION
+ version = "0.1.4" // CURRENT_GRPC_KOTLIN_VERSION
21
repositories {
22
mavenCentral()
23
}
examples/build.gradle
@@ -3,7 +3,7 @@ buildscript {
3
ext.coroutines_version = "1.3.3"
4
ext.protobuf_version = "3.11.1"
5
ext.grpc_version = "1.28.1" // CURRENT_GRPC_VERSION
6
- ext.grpc_kotlin_version = "0.1.3" // CURRENT_GRPC_KOTLIN_VERSION
+ ext.grpc_kotlin_version = "0.1.4" // CURRENT_GRPC_KOTLIN_VERSION
7
8
9
0 commit comments