fix: separation is the key

This commit is contained in:
Prateek Sunal
2025-02-27 16:57:35 +05:30
parent cf96c4dc44
commit e9633e48ab

View File

@@ -18,6 +18,8 @@ rootProject.buildDir = "../build"
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(":app")
}