Lines Matching +full:mockito +full:- +full:kotlin
1 apply plugin: 'kotlin'
5 // Starting with 0.8.4 of protobuf-gradle-plugin, *.proto and the gen output files are added
7 // to jump to definitions from Java and Kotlin files.
8 // For best results, install the Protobuf and Kotlin plugins for IntelliJ.
23 classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.5'
24 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
33 // IMPORTANT: You probably want the non-SNAPSHOT version of gRPC. Make sure you
41 compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
42 compile "com.google.api.grpc:proto-google-common-protos:1.0.0"
43 compile "io.grpc:grpc-netty-shaded:${grpcVersion}"
44 compile "io.grpc:grpc-protobuf:${grpcVersion}"
45 compile "io.grpc:grpc-stub:${grpcVersion}"
47 testCompile "io.grpc:grpc-testing:${grpcVersion}" // gRCP testing utilities
49 testCompile "org.mockito:mockito-core:1.9.5"
53 protoc { artifact = 'com.google.protobuf:protoc:3.5.1-1' }
55 grpc { artifact = "io.grpc:protoc-gen-grpc-java:${grpcVersion}" }
66 applicationName = 'hello-world-server'
73 applicationName = 'hello-world-client'