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
Jesper Åman
10/19/2022, 10:24 PM
Never mind, I found the
LoadingOrder.LAST
extension registering
y
Youssef Shoaib [MOD]
10/20/2022, 10:16 AM
Yep. That's the way to do it. Anvil does this too, btw, so it is supported