1 2 3 4 5 6
apply plugin: "com.android.library" apply from: "../../common.gradle" dependencies { annotationProcessor "androidx.annotation:annotation:$annotationVersion" }