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

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -