plugins { id("com.android.library") } apply from: "../../common.gradle" android { defaultConfig { vectorDrawables.useSupportLibrary false vectorDrawables.generatedDensities = ["xhdpi"] } } dependencies { annotationProcessor "androidx.annotation:annotation:$annotationVersion" }