Skip to content

Commit f0e2628

Browse files
authored
Make sure compiler is built (#119)
1 parent 4858a3f commit f0e2628

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

interop_testing/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ protobuf {
7878
// Generate Java gRPC classes
7979
grpc { }
8080
// Generate Kotlin gRPC using the custom plugin from library
81-
grpckt { }
81+
grpckt {
82+
task.dependsOn ':grpc-kotlin-compiler:build'
83+
}
8284
}
8385
}
8486
}

0 commit comments

Comments
 (0)