I was taking a look at the `iOSTest` directory and...
# touchlab-tools
z
I was taking a look at the
iOSTest
directory and noticed there isn't a corresponding block in the build.gradle, are its dependencies inherited from
iOSMain
or am I missing something?
r
The
iosTest
block isn't what creates the
iosTest
source-set. The
iosArm64()
or
iosX64()
call is doing that, even if no dependencies are declared.