"build.gradle.kts" files of subprojects are indexed multiple times
Description
Currently, we’re adding gradle.kts files to the sonar.sources property. However, if this is a multimodule project, they are also added to subproject.sonar.sources property. and this is triggering an error in SQ.
Currently, we’re adding
gradle.kts
files to thesonar.sources
property. However, if this is a multimodule project, they are also added tosubproject.sonar.sources
property. and this is triggering an error in SQ.The fix would be to add these files only once.