forked from AnkitSuda/Rebound
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
59 lines (57 loc) · 2.14 KB
/
settings.gradle
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/*
* Copyright (c) 2022 Ankit Suda.
*
* Licensed under the GNU General Public License v3
*
* This is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*/
rootProject.name = "Rebound"
include ':app'
include ":modules:base"
include ':modules:base-android'
include ':modules:common-ui-compose'
include ':modules:common-ui-theme'
include ':modules:common-ui-resources'
include ':modules:core-data'
include ':modules:common-data'
include ':modules:domain'
include ':modules:ui-settings'
include ':modules:common-ui-components'
include ':modules:common-ui-icons'
include ':modules:common-ui-components-settings'
include ':modules:common-ui-components-workout-editor'
include ':modules:navigation'
include ':modules:ui-measure'
include ':modules:ui-part-measure'
include ':modules:ui-calendar'
include ':modules:ui-home'
include ':modules:ui-workout'
include ':modules:ui-workout-panel'
include ':modules:ui-workout-details'
include ':modules:ui-more-screen'
include ':modules:ui-create-exercise'
include ':modules:ui-exercises'
include ':modules:ui-exercise-details'
include ':modules:ui-history'
include ':modules:ui-personalization'
include ':modules:ui-exercise-details-tab-about'
include ':modules:ui-exercise-details-tab-charts'
include ':modules:ui-exercise-details-tab-history'
include ':modules:ui-workout-template-preview'
include ':modules:ui-workout-template-edit'
include ':modules:stopwatch'
include ':modules:ui-rest-timer'
include ':modules:core-rest-timer'
include ':modules:ui-workout-edit'
include ':modules:ui-keyboard'
include ':modules:ui-customize-plates'
include ':modules:common-ui-components-number-picker'
include ':modules:ui-customize-barbells'
include ':modules:ui-muscle-selector'
include ':modules:ui-exercise-category-selector'