Pre compile task
Answered
Is there any way to attach a task just before the build process of a module?
Thanks
Please sign in to leave a comment.
Probably, `com.intellij.openapi.compiler.CompilerManager#addBeforeTask` might help.
See:
`com.intellij.openapi.compiler.CompileContext#getCompileScope`
`com.intellij.openapi.compiler.CompileScope#getAffectedModules`