-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsettings.gradle
More file actions
30 lines (29 loc) · 919 Bytes
/
settings.gradle
File metadata and controls
30 lines (29 loc) · 919 Bytes
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
include ':example-java',
':roxy:roxy-akka',
':roxy:example-roxy-java',
':roxy:roxy-core',
':roxy:roxy-rs',
':roxy:roxy-rxjava1',
':roxy:roxy-rxjava2',
':roxy:roxy-reactor',
':core',
':rs-core',
':rxjava-v1',
':rxjava-v2',
':reactor',
':bindup',
':shield:shield-annotations',
':shield:shield-base-processor',
':shield:shield-base-maker',
':shield:shield-processor-rxjava1',
':shield:shield-maker-rxjava1',
':shield:shield-processor-rxjava2-proc',
':shield:shield-processor-rxjava2-subj',
':shield:shield-maker-rxjava2',
':shield:shield-processor-reactor',
':shield:shield-maker-rs'
if (System.getenv()['ANDROID_HOME'] != null) {
println System.getenv()['ANDROID_HOME']
include ':example-app'
include ':example-app-kotlin'
}