anyone knows if it's possible to create an AS modu...
# android
d
anyone knows if it's possible to create an AS module which would depend on
app
module? maybe some github examples? I am trying to create a unit-tests module which would contain tests for
app
-module classes. I have added
Copy code
testCompile project(path: ':app')
to that library module build file, but it doesn't help - my tests do not see classes from
app
module...