StefMa
09/25/2020, 9:23 AMandroidTests
are compiled and running as well. Which is bad because I don't want this 🙃 .
can I somehow exclude the androidTest
sourceSet from the androidAndroidTest
sourceSet?
I tried already multiple things e.g. setting the srcDris
of android.sourceSet.androidTest.setSrcDirs()
but it seems they will always execute them. Regardless of what I put into the srcDirs
.android
target to libAndroid