- Home /
Question by
AlirezaFarahani · Oct 04, 2017 at 08:19 AM ·
androidplugindependencies
Merging multiple build.gradle file
We are creating a few unity plugin which have Android dependencies and I'm looking to use Gradle build system for resolving dependencies. Since these plugins are independent, It's possible for developers to use any combinations of these plugins and therefore I can't just provide them with a mainTemplate.gradle
file containing our android dependencies. It would be great if I could put a .gradle file in each plugin and Unity be able to merge them, like what Unity does in merging manifest.
Is it possible? If yes, how and if not, what are my alternatives?
Comment