Gradle flavors in Java / Kotlin Project? -
so come android world, , gradle android plugin has concept allowing developers split sources around called flavors. useful flavors contain source in ./src/main/java/ dir, flavor1 contain source code ./src/flavor1/java/ dir , flavor2 contain source code ./src/flavor2/java/ dir.
does such feature exist gradle / java plugin? if not, there equivalent?
Comments
Post a Comment