blob: 205a00fb0470217a028106ab8b8126cf2f0aa95c (
plain)
1
2
3
4
5
6
7
8
9
10
|
plugins {
id("com.android.library")
}
apply from: "../../../common.gradle"
dependencies {
implementation project(':model')
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
}
|