Is it possible to have one main project.nmml file with multiple children overriding some of the configuration?
ie
project.nmml
project_ouya.nmml
And call nme test "project_ouya.nmml" android
.
Or is there a better solution for this type of scenarios?
In project_ouya.nmml, add <include name="project.nmml" />
.