Skip to content

Commit c1d6313

Browse files
authored
Fix duplicate include for app:utils module (#1285)
Removed redundant 'include("app:utils")' statement and added 'app:utils' to the main include block for consistency.
1 parent 7283c99 commit c1d6313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ include(
33
"core",
44
"core:examples",
55
"app",
6+
"app:utils",
67
"java",
78
"java:preprocessor",
89
"java:libraries:dxf",
@@ -11,5 +12,4 @@ include(
1112
"java:libraries:pdf",
1213
"java:libraries:serial",
1314
"java:libraries:svg",
14-
)
15-
include("app:utils")
15+
)

0 commit comments

Comments
 (0)