Carter
07/14/2022, 2:27 PMProject accessors enabled, but root project name not explicitly set for 'buildSrc'
I found the related issue, but it isn’t clear to me what action I should take. Am I supposed to add a settings.gradle.kts to my buildSrc directory declaring rootProject.name = "buildSrc"?
Since this name is used for the cache, I’m not clear if it needs to be different for each Gradle project on the same system.