hellotimmutton
03/20/2018, 3:08 AMcommon
and a module common-frontend
. is it possible to have one of my modules (eg android
) depend on common-frontend
and get the classes in both of these modules. at the moment if i make common-front
have a dependency on common
, android
wont recognise the stuff from common
and I cant do multiple expected-by
statements to include itspierce7
03/20/2018, 3:17 AMhellotimmutton
03/20/2018, 3:34 AMilya.matveev
03/20/2018, 11:53 AMexpectedBy
-dependencies in one project. Similar problem: https://kotlinlang.slack.com/archives/C3SGXARS6/p1520336444000205hellotimmutton
03/20/2018, 10:03 PM