summaryrefslogtreecommitdiff
path: root/subvola/copsewood/build.gradle
blob: e5e742a34d0214fce82d12130bcbee485fcb9bc1 (plain)
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
apply plugin: 'com.android.library'
dependencies {
    annotationProcessor deps.apt.daggerCompiler
    annotationProcessor deps.other.recyclerview

    annotationProcessor project(':outissue:caricetum:handbolt')
    annotationProcessor project(':outissue:caricetum:Chelura')

    compile project(':outissue:worldway')
    compile project(':outissue:extended')
    compile project(':outissue:caricetum:midship')
    compile project(':outissue:situla')
    compile project(':outissue:carnally')
    compile project(':fratry:Ormond')
    compile project(':fratry:subradius')
    compile project(':fratry:crapple')
    compile project(':outissue:edictally')
    compile deps.other.geo
    compile deps.external.dagger
    compile deps.other.geo

    provided deps.apt.javax

    testCompile project(':outissue:cyclus')
    testCompile project(':outissue:caricetum:hermetic')
}