m1a2st commented on code in PR #18511:
URL: https://github.com/apache/kafka/pull/18511#discussion_r1913995058


##########
build.gradle:
##########
@@ -2861,6 +2861,7 @@ project(':streams:integration-tests') {
   dependencies {
     implementation libs.slf4jApi
 
+    api libs.scalaLibrary

Review Comment:
   [Gradle 
Document](https://docs.gradle.org/current/samples/sample_building_scala_libraries.html)
   
   The api means  "This dependency is exported to consumers, that is to say 
found on their compile classpath", thus I think configure `api` is enough to 
resolve the problem.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to