Build language vs transitive dependencies
Is there a way to "automatically include transitive dependencies"?
For instance: I add "jetbrains.mps.execution.configurations" to the set of "dependencies" of my "idea plugin".
Standalone IDE builds just fine, however it fails to initialize due to "jetbrains.mps.execution.configurations" not installed.
I treat that as "my plugin requires jetbrains.mps.execution.configurations, however noone included the latter one".
Is there a way to automatically include all the dependent plugins?
Please sign in to leave a comment.