Amit Upadhyay

Results 2 comments of Amit Upadhyay

Hey, I was able to solve this. In build.gradle if I remove `test.classpath += configurations.developmentOnly` It works. I did not dig in much however.

Workaround only works when we are not using @Inject or any bean instantiation while writing the tests. On Digging further, I found out that `NettyBinderResgistrar`'s ` onCreated` method is trying...