Hi! Does anyone have an extension for automaticall...
# kotest
d
Hi! Does anyone have an extension for automatically injecting the spec class using dagger2?
s
You can refer spring listener for creating your own extension which can inject on spec instantiation.
d
Yeah, I tried looking at the micronaut one... but I'm not too familiar with reflection... so I was wondering if someone already did this.