ijuma commented on a change in pull request #10203: URL: https://github.com/apache/kafka/pull/10203#discussion_r583613236
########## File path: build.gradle ########## @@ -1075,7 +1090,8 @@ project(':examples') { archivesBaseName = "kafka-examples" dependencies { - compile project(':core') + implementation project(':clients') Review comment: It's good practice to specify all direct dependencies and this module directly depends on `clients` for a lot of the examples. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org