ijuma commented on a change in pull request #10203: URL: https://github.com/apache/kafka/pull/10203#discussion_r585894119
########## File path: build.gradle ########## @@ -1586,15 +1605,17 @@ project(':streams:test-utils') { archivesBaseName = "kafka-streams-test-utils" dependencies { - compile project(':streams') - compile project(':clients') + implementation project(':streams') Review comment: Yes, agreed. This is even more important since this module is public API and it exposes classes from streams and clients in said API (e.g. `Deserializer` and `TopologyException`). ---------------------------------------------------------------- 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