Skip to content

Commit 93ece4e

Browse files
authored
Move includeBuild outside of pluginManegement (#5508)
1 parent 2e952cd commit 93ece4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

settings.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ include(":common", ":app", ":wear", ":automotive", ":testing-unit", ":lint")
33

44
rootProject.name = "home-assistant-android"
55

6+
includeBuild("build-logic")
7+
68
pluginManagement {
7-
includeBuild("build-logic")
89
repositories {
910
google {
1011
content {

0 commit comments

Comments
 (0)