0 votes
in Gradle by
Differentiate between build.xml and build.gradle?

1 Answer

0 votes
by

Build.xml is an XML file that has an end and start tag. Whereas Build.gradle operates on the programming language Groovy.

...