would it make sense having ? ```val Project.source...
# gradle
e
would it make sense having ?
Copy code
val Project.sourceSets: SourceSetContainer
   get() = properties["sourceSets"] as SourceSetContainer
Where can I find the repo for the kotlin dsl plugin?