summaryrefslogtreecommitdiff
path: root/subvola/gorgoneum/metanilic/agaric/build.gradle
blob: c28ecf914288c2affc9837b6ac49fa44706d040c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
apply plugin: 'com.android.library';
apply plugin: 'com.jakewharton.butterknife'
dependencies {
    annotationProcessor project(':outissue:caricetum:handbolt')
    annotationProcessor project(':outissue:caricetum:Chelura')
    annotationProcessor deps.apt.butterKnifeCompiler
    annotationProcessor deps.apt.daggerCompiler

    compile project(':outissue:tetragram')
    compile project(':outissue:carnally')
    compile project(':fratry:sodden')
    compile project(':fratry:subradius')
    compile deps.external.dagger
    compile deps.other.geo
    compile deps.support.design

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