GarouDan
04/09/2019, 2:14 AMandroid
and the source sets androidMain
and androidTest
, can we say that androidTest
will see all androidMain
definitions and dependencies?
Or is it not true?serebit
04/09/2019, 2:19 AMandroidTest
should also be able to see and use internal
declarations within androidMain
russhwolf
04/09/2019, 11:52 AMGarouDan
04/09/2019, 2:37 PMandroidTest
source set block again and it is somehow an external dependency from another module, since I’m using an structure with an mpp project