Like in java sourcepath, is there a away for current build.gradle script to find and compile new classes by giving a sourcepath. I currently see only classpath is supported like this
buildscript
{
dependencies
{
//sourcepath files(["./src"]); this is not working
classpath files([“C:\temp\out\production\lapos”]);
}
}
Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com