Compiled class files path in gradle android build file

Hi,

Is there any way to get compiled java files path in gradle android build file ?

Usually they get stored in \build\intermediates\javac\debug\compileDebugJavaWithJavac\classes folder.