I have been doing a single project for a long time and in the development process I added lines to the grad and now I looked through the grad and noticed a piece of code
android { ... sourceSets { main { dirs.each { dir -> java.srcDirs "src/${dir}/java" res.srcDirs "src/${dir}/res" } } androidTest.setRoot('tests') androidTest.java.srcDirs = ['tests/src'] } } In it, .srcDirs stands out in gray and says that it cannot recognize what it is ...
And I can't remember what this piece of code does.
Can you tell who understands the hail files?