-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
44 lines (44 loc) · 1.38 KB
/
settings.gradle
File metadata and controls
44 lines (44 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "Sefim"
include ':app'
include ':core'
include ':core-ui'
include ':tools'
include ':tools:tools_data'
include ':tools:tools_domain'
include ':tools:tools_presentation'
include ':news'
include ':news:news_data'
include ':news:news_domain'
include ':news:news_presentation'
include ':weatherTool'
include ':weatherTool:weatherTool_data'
include ':weatherTool:weatherTool_domain'
include ':weatherTool:weatherTool_presentation'
include ':aeratedConcTool'
include ':aeratedConcTool:aeratedConcTool_domain'
include ':aeratedConcTool:aeratedConcTool_presentation'
include ':rebarCalculatorTool'
include ':rebarCalculatorTool:rebarCalculatorTool_domain'
include ':rebarCalculatorTool:rebarCalculatorTool_presentation'
include ':rebarPricesTool'
include ':rebarPricesTool:rebarPricesTool_data'
include ':rebarPricesTool:rebarPricesTool_domain'
include ':rebarPricesTool:rebarPricesTool_presentation'
include ':roughConstructionCostTool'
include ':roughConstructionCostTool:roughConstructionCostTool_domain'
include ':roughConstructionCostTool:roughConstructionCostTool_presentation'