Hi! Is it possible to control execution order of p...
# compiler
j
Hi! Is it possible to control execution order of plugins? I want a plugin I'm working on to run after the Compose compiler plugin has finished running.
👀 1
Never mind, I found the
LoadingOrder.LAST
extension registering
y
Yep. That's the way to do it. Anvil does this too, btw, so it is supported
b
What's Anvil?
y
https://github.com/square/anvil It makes Dagger 2, a dependency injection framework, more convenient