Refactor code so that variant artifacts are derived from the source set
This commit refactors the code so that, from a source set, we can fi… Show more
This commit refactors the code so that, from a source set, we can fi… Show more
Refactor code so that variant artifacts are derived from the source setThis commit refactors the code so that, from a source set, we can findthe output directories which are generated by compile tasks. This allowsus to generate a "lazy" variant which would contain all the classes ofall languages, without having to explicitly declare it.
Show less