Slackbot
10/13/2023, 5:26 PMVampire
10/13/2023, 5:38 PMbuild-logic, but another build that you then include from both, build-logic and main build and apply it to both settings scripts.Jonathan Bailey
10/13/2023, 5:46 PMandroid are undefined as if I haven’t set up the dependencies in the build-logic/build.gradle.kts (the precompiled scripts configure the conventions I use in my project like setting the android sdk version)Jonathan Bailey
10/13/2023, 5:47 PMpluginManagement { includeBuild(“build-versions”) }Jonathan Bailey
10/13/2023, 5:48 PMVampire
10/13/2023, 5:49 PMJonathan Bailey
10/13/2023, 5:52 PMplugins { id(“versionCatalog”) } outside the pluginManagement blockVampire
10/13/2023, 5:53 PMJonathan Bailey
10/13/2023, 5:54 PM