apply plugin: 'com.android.library' apply from: '../core.gradle' dependencies { implementation project(':base') testImplementation project(':testing') androidTestImplementation project(':testing') }