Hi guys, I have struggling through the day to set Kafka trunk into Intellij. I mean I can get the code by running ./gradlew idea, and then opening the project. But I am trying to actually run the tests from inside Intellij but I have many dependency problems, and I guess adding the whole .m2 repo into the classpath is not the solution. I found quite some topics on setting this up, but not a definite answer. So could anybody share their experience setting Kafka with Intellij for actually executing the tests? Many thanks in advance!
Renato M.