for example, i have this dependecies in a library ...
# android
m
for example, i have this dependecies in a library module:
Copy code
compile 'junit:junit:4.12'
    compile testDependencies.mockito
    compile testDependencies.robolectric
, which when used in project, are not visible if i replace
Copy code
compile
with
Copy code
testCompile