Norbi
09/06/2023, 8:54 AMProject accessors enabled, but root project name not explicitly set for 'buildSrc'. Checking out the project in different folders will impact the generated code and implicitly the buildscript classpath, breaking caching.I have a
buildSrc project in my multi-project build but rootProject.name is set to the "real" root project, not buildSrc ...ephemient
09/06/2023, 8:58 AMbuildSrc doesn't have a name explicitly setephemient
09/06/2023, 8:59 AMbuildSrc directory anyway, but you can eliminate the warning by configuring the project name inside buildSrc's settingsNorbi
09/06/2023, 10:17 AMbuildSrc/settings.gradle.kts file 🙂
Thanks.