1 2 3 4 5 6 7 8
plugins { id("com.android.library") } apply from: "../../common.gradle" dependencies { annotationProcessor "androidx.annotation:annotation:$annotationVersion" }