From 93ece4ecd94f54e5a3343f591924cee01dce4739 Mon Sep 17 00:00:00 2001 From: Timothy <6560631+TimoPtr@users.noreply.github.com> Date: Tue, 8 Jul 2025 11:37:08 +0200 Subject: [PATCH] Move includeBuild outside of pluginManegement (#5508) --- settings.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index ff828b23d..1f836214c 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -3,8 +3,9 @@ include(":common", ":app", ":wear", ":automotive", ":testing-unit", ":lint") rootProject.name = "home-assistant-android" +includeBuild("build-logic") + pluginManagement { - includeBuild("build-logic") repositories { google { content {