-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettings.gradle
40 lines (35 loc) · 1.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
include ':user-app:feature:restaurant'
include ':coreComponent:testComponent'
include ':coreComponent:androidComponent'
include ':restaurant-app:model'
include ':restaurant-app:base'
include ':restaurant-app:feature:account'
include ':restaurant-app:feature:setting'
include ':restaurant-app:feature:restaurant'
include ':restaurant-app:feature:coupon'
include ':restaurant-app:feature:menu'
include ':restaurant-app:feature:order'
include ':restaurant-app:feature:address'
include ':restaurant-app:data:repository'
include ':restaurant-app:data:firebase'
include ':restaurant-app:data:db'
include ':restaurant-app:data:db'
include ':restaurant-app:data:api'
include ':restaurant-app:data:pref'
include ':user-app'
include ':user-app:base'
include ':user-app:model'
include ':user-app:data'
include ':user-app:data:api'
include ':user-app:data:pref'
include ':user-app:data:db'
include ':user-app:data:pref'
include ':user-app:data:firebase'
include ':user-app:data:repository'
include ':user-app:feature:account'
include ':user-app:feature:main'
include ':kinda'
include ':kinda:core'
include ':kinda:android'
include ':error'
rootProject.name = 'ThikiraAndroid'