Skip to content

Commit 210d3a7

Browse files
authored
Update build.gradle
1 parent afee902 commit 210d3a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cyber_ai_app/android/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Root-level build.gradle (project/build.gradle)
1+
// File: android/build.gradle (Project-level)
2+
23
buildscript {
34
ext.kotlin_version = '1.9.24'
45
repositories {
@@ -18,13 +19,14 @@ allprojects {
1819
}
1920
}
2021

22+
// Define build output directories
2123
rootProject.buildDir = '../build'
22-
2324
subprojects {
2425
project.buildDir = "${rootProject.buildDir}/${project.name}"
2526
project.evaluationDependsOn(':app')
2627
}
2728

29+
// Clean task
2830
tasks.register("clean", Delete) {
2931
delete rootProject.buildDir
3032
}

0 commit comments

Comments
 (0)