plugins { id("com.android.library") } setupCommon() dependencies { implementation("androidx.annotation:annotation:1.2.0") }