|
|
|
|
|
by nittanymount
1455 days ago
|
|
thanks for reply, - examples for using it for android or iOS, or java project, and some numbers showing its better performance? - how to use it for an android project? gradle handles it all with target(sub targets tree structure of the build tasks...), if use Beast, will still be using gradle? or the build tools gradles is calling for different things (compile, packaging,signing...) |
|
2. You can use it for any project you want if you know what are components of your project depend upon what other components. So as I see it, gradle is a build system for Java project in itself. Beast will not be using gradle if you are trying to compile a Java project. BUT.... you can for sure call `gradle` command from inside the beast.build file. Wherever build.gradle file is stored. So that in this case, beast provides you with an easier to use build system. Let us see an example:
In your beast file, you can have something like:
and inside your gradle file: Hope that helps