forked from Arello-Mobile/Moxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
20 lines (16 loc) · 1.06 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include ':moxy-x', ':moxy-x-android', ':moxy-x-compiler', ':moxy-x-app-compat', ':moxy-x-androidx', ':moxy-x-material'
include ':stub-reflector', ':stub-android', ':stub-appcompat', ':stub-androidx', ':stub-material'
include ':sample-kotlin'
include ':sample-custom-strategy'
include ':moxy-androidx-sample'
project(':stub-reflector').projectDir = new File('moxy/stub-reflector')
project(':stub-android').projectDir = new File('moxy-android/stub-android')
project(':stub-appcompat').projectDir = new File('moxy-app-compat/stub-appcompat')
project(':stub-androidx').projectDir = new File('moxy-androidx/stub-androidx')
project(':stub-material').projectDir = new File('moxy-material/stub-material')
project(':moxy-x').projectDir = new File('moxy')
project(':moxy-x-androidx').projectDir = new File('moxy-androidx')
project(':moxy-x-app-compat').projectDir = new File('moxy-app-compat')
project(':moxy-x-compiler').projectDir = new File('moxy-compiler')
project(':moxy-x-android').projectDir = new File('moxy-android')
project(':moxy-x-material').projectDir = new File('moxy-material')