dimsuz
03/03/2017, 11:59 AMapp
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
testCompile project(path: ':app')
to that library module build file, but it doesn't help - my tests do not see classes from app
module...