summaryrefslogtreecommitdiff
path: root/event/build.gradle
blob: c852c0351aa93716998d34411da57731c5b55f76 (plain)
1
2
3
4
5
6
7
8
apply plugin: "com.android.library"
apply from: "../common.gradle"

dependencies {
    implementation project(':model')

    annotationProcessor "androidx.annotation:annotation:$annotationVersion"
}