Posted in <#C7A1U5PTM|serialization> but this chan...
# compiler
t
Posted in #serialization but this channel can help too maybe.
e
What does "extension" means in this case?
t
Means add one more step to execute in the plugin lifecycle
e
I'm not sure the plugin creates Gradle tasks, but it's possible to know by running
./gradlew build --console=plain
to see all the tasks executed. Then, if it does, you could create a custom task that depends on it to execute after its executionn or set the serialization task as dependent on your custom task if you want to execute before it. But if you want something in the middle of the lifecycle, then it would be more complicated, I think...
👍 1