I work on a project that makes extensive use of this Kotlin DSL method
https://github.com/gradle/gradle/blob/03a624ce967083057a16d5a44d515dd8c406c635/platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/DependencyHandlerExtensions.kt#L86
which uses project declarations of the form project(path = ":path:to:project", configuration = "nameOfConfiguration"). These don't seem to be getting picked up by the regex used in spotlight.
I work on a project that makes extensive use of this Kotlin DSL method
https://github.com/gradle/gradle/blob/03a624ce967083057a16d5a44d515dd8c406c635/platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/DependencyHandlerExtensions.kt#L86
which uses project declarations of the form
project(path = ":path:to:project", configuration = "nameOfConfiguration"). These don't seem to be getting picked up by the regex used in spotlight.