Package name does not correspond to the file path
Since your gradle.build file is in the main directory, it views the first src
folder as the one containing the source. Try changing java.srcDirs
to ['src/main/src']
.
Since your gradle.build file is in the main directory, it views the first src
folder as the one containing the source. Try changing java.srcDirs
to ['src/main/src']
.