Skip to content

Commit

Permalink
examples/kotlin-example: Fix typo (#5957)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrienG authored and voidzcy committed Jul 8, 2019
1 parent 46ef515 commit b4e964b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit b4e964b

Please sign in to comment.