1 2 3 4 5 6 7
apply plugin: 'com.android.library' apply from: "${rootDir}/gradle/android_general.gradle" dependencies { testImplementation project(":base-test") }