Skip to content

Commit a68113c

Browse files
committed
Expand note about dependency needed for Kotlin and gRPC
1 parent dbb51ff commit a68113c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/grpc-generation-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ By default, the Kotlin code generation is enabled if the dependency `io.quarkus:
174174
To explicitly en-/disable this feature, set the `quarkus.generate-code.grpc.kotlin.generate` property in your `application.properties` file to `true` or `false`.
175175

176176

177-
IMPORTANT: When using Gradle, you also have to include `com.google.protobuf:protobuf-kotlin` as a `compileOnly` dependency in your project.
177+
IMPORTANT: `com.google.protobuf:protobuf-kotlin` needs to be included as dependency in the project.
178178

179179
== Skipping code generation
180180

0 commit comments

Comments
 (0)