diff --git a/buildSrc/settings.gradle.kts b/buildSrc/settings.gradle.kts index e69de29b..9c2bbbf6 100644 --- a/buildSrc/settings.gradle.kts +++ b/buildSrc/settings.gradle.kts @@ -0,0 +1,6 @@ +/* +Fixes annoying gradle idea plugin bug. The idea gradle plugin expects unique root project name for buildSrc in gradle composite builds +https://github.com/gradle/gradle/issues/8920 + */ + +rootProject.name = rootProject.projectDir.parentFile.name + "-buildSrc" \ No newline at end of file