bld extension for things that generates code (ex. dagger2)
sombriks opened this issue · 2 comments
sombriks commented
how one could create an extension to perform such task?
i was troubleshooting a dagger2 issue and was using bld for fast investigation but got stuck on that part.
ethauvin commented
Not sure an extension would be needed, but I'm not that familiar with Dagger, so bare with me.
Isn't Dagger using an annotation processor? In that case, take a look at:
If an extension is needed, we have many extensions that call other tools.
If you can outline what you'd like the extension to do, I'd be happy to help.
gbevin commented
Closing since it doesn't seem like this should be a generic extension specifically for code generation.