Add test lib
This commit is contained in:
parent
fde89075ac
commit
43be2f185e
@ -1,3 +1,5 @@
|
|||||||
import org.gradle.api.artifacts.dsl.DependencyHandler
|
import org.gradle.api.artifacts.dsl.DependencyHandler
|
||||||
|
|
||||||
fun DependencyHandler.customLibrary() = Unit
|
fun DependencyHandler.customLibrary() {
|
||||||
|
androidTestImplementation(project(path = ":testLib"))
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user