examples/kotlin-example: Fix typo (#5957)

This commit is contained in:
Darrien Glasser 2019-07-08 14:59:20 -04:00 committed by Chengyuan Zhang
parent 46ef51576f
commit b4e964bd15
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ repositories {
def grpcVersion = '1.23.0-SNAPSHOT' // CURRENT_GRPC_VERSION
dependencies {
def kotlinVerion = plugins.findPlugin("org.jetbrains.kotlin.jvm").kotlinPluginVersion
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlinVerion}"
def kotlinVersion = plugins.findPlugin("org.jetbrains.kotlin.jvm").kotlinPluginVersion
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlinVersion}"
implementation "io.grpc:grpc-netty-shaded:${grpcVersion}"
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"