//add this in the end of your build.gradle sourceSets.each { println(it) it.allSource.each { println(it) } }